diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-04-04 03:10:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 16:45:08 -0400 |
commit | b21cc2f5fdfe22429501cd7040db0b2b2a9b29de (patch) | |
tree | 5202a2282dde52fe9e3f13a072943bb88cec2da9 | |
parent | add180ed780e9031d65e7c94cad936e719401acf (diff) |
ASoC: esai: 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_esai.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c index 67d5417e0933..b49b78df2f5b 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound/soc/fsl/fsl_esai.c | |||
@@ -818,6 +818,7 @@ static int fsl_esai_probe(struct platform_device *pdev) | |||
818 | 818 | ||
819 | static const struct of_device_id fsl_esai_dt_ids[] = { | 819 | static const struct of_device_id fsl_esai_dt_ids[] = { |
820 | { .compatible = "fsl,imx35-esai", }, | 820 | { .compatible = "fsl,imx35-esai", }, |
821 | { .compatible = "fsl,vf610-esai", }, | ||
821 | {} | 822 | {} |
822 | }; | 823 | }; |
823 | MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids); | 824 | MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids); |