diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-04-04 15:10:29 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 21:45:14 +0100 |
commit | 1014fad0fca91181acc68396d84573e4ae301380 (patch) | |
tree | 38364796e2f97a9d7e0a48952a9bd3933c38493e /sound/soc/fsl/fsl_spdif.c | |
parent | b21cc2f5fdfe22429501cd7040db0b2b2a9b29de (diff) |
ASoC: spdif: Add VF610+ compatibles support.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Acked-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/fsl_spdif.c')
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |