diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-04-04 03:10:29 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 16:45:14 -0400 |
commit | 1014fad0fca91181acc68396d84573e4ae301380 (patch) | |
tree | 38364796e2f97a9d7e0a48952a9bd3933c38493e | |
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>
-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) | |||
1186 | 1186 | ||
1187 | static const struct of_device_id fsl_spdif_dt_ids[] = { | 1187 | static const struct of_device_id fsl_spdif_dt_ids[] = { |
1188 | { .compatible = "fsl,imx35-spdif", }, | 1188 | { .compatible = "fsl,imx35-spdif", }, |
1189 | { .compatible = "fsl,vf610-spdif", }, | ||
1189 | {} | 1190 | {} |
1190 | }; | 1191 | }; |
1191 | MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids); | 1192 | MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids); |