1
0
Fork 0

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>
hifive-unleashed-5.1
Xiubo Li 2014-04-04 15:10:28 +08:00 committed by Mark Brown
parent add180ed78
commit b21cc2f5fd
1 changed files with 1 additions and 0 deletions

View File

@ -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);