summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_esai.c
diff options
context:
space:
mode:
authorXiubo Li <Li.Xiubo@freescale.com>2014-04-04 09:10:28 +0200
committerMark Brown <broonie@linaro.org>2014-04-14 22:45:08 +0200
commitb21cc2f5fdfe22429501cd7040db0b2b2a9b29de (patch)
tree5202a2282dde52fe9e3f13a072943bb88cec2da9 /sound/soc/fsl/fsl_esai.c
parentASoC: spdif: Sort the header files alphabetically. (diff)
downloadlinux-b21cc2f5fdfe22429501cd7040db0b2b2a9b29de.tar.xz
linux-b21cc2f5fdfe22429501cd7040db0b2b2a9b29de.zip
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>
Diffstat (limited to 'sound/soc/fsl/fsl_esai.c')
-rw-r--r--sound/soc/fsl/fsl_esai.c1
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)
static const struct of_device_id fsl_esai_dt_ids[] = {
{ .compatible = "fsl,imx35-esai", },
+ { .compatible = "fsl,vf610-esai", },
{}
};
MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids);