From: Xiubo Li Date: Fri, 4 Apr 2014 07:10:29 +0000 (+0800) Subject: ASoC: spdif: Add VF610+ compatibles support. X-Git-Tag: next-20140428~41^2~2^4~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1014fad0fca91181acc68396d84573e4ae301380;p=karo-tx-linux.git ASoC: spdif: Add VF610+ compatibles support. Signed-off-by: Xiubo Li Acked-by: Nicolin Chen Signed-off-by: Mark Brown --- 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);