diff options
| author | Xiubo Li <[email protected]> | 2014-04-04 15:10:28 +0800 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2014-04-14 21:45:08 +0100 |
| commit | b21cc2f5fdfe22429501cd7040db0b2b2a9b29de (patch) | |
| tree | 5202a2282dde52fe9e3f13a072943bb88cec2da9 | |
| parent | add180ed780e9031d65e7c94cad936e719401acf (diff) | |
ASoC: esai: Add VF610+ compatibles support.
Signed-off-by: Xiubo Li <[email protected]>
Acked-by: Nicolin Chen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
| -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) 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); |