From 1014fad0fca91181acc68396d84573e4ae301380 Mon Sep 17 00:00:00 2001
From: Xiubo Li
Date: Fri, 4 Apr 2014 15:10:29 +0800
Subject: [PATCH] ASoC: spdif: Add VF610+ compatibles support.
Signed-off-by: Xiubo Li
Acked-by: Nicolin Chen
Signed-off-by: Mark Brown
---
sound/soc/fsl/fsl_spdif.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index 173553c6dc55..daa6198ae41f 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -1186,6 +1186,7 @@ static int fsl_spdif_probe(struct platform_device *pdev)
static const struct of_device_id fsl_spdif_dt_ids[] = {
{ .compatible = "fsl,imx35-spdif", },
+ { .compatible = "fsl,vf610-spdif", },
{}
};
MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids);
--
2.30.2