diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2019-08-09 13:27:46 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-12 16:01:10 +0300 |
commit | 9c2806c4941641a6c75736f8c4303c89d2013cc4 (patch) | |
tree | 2001b539be57fa1e546ab24920a74c37e7911fd8 /sound/soc/fsl/fsl_esai.c | |
parent | ae032156ec4142b7a1d644eba652806785de1777 (diff) | |
download | linux-9c2806c4941641a6c75736f8c4303c89d2013cc4.tar.xz |
ASoC: fsl_esai: Add compatible string for imx6ull
Add compatible string for imx6ull, from imx6ull platform,
the issue of channel swap after xrun is fixed in hardware.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/1565346467-5769-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/fsl_esai.c')
-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 5832144beb9f..a78e4ab478df 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound/soc/fsl/fsl_esai.c @@ -1049,6 +1049,7 @@ static int fsl_esai_remove(struct platform_device *pdev) static const struct of_device_id fsl_esai_dt_ids[] = { { .compatible = "fsl,imx35-esai", }, { .compatible = "fsl,vf610-esai", }, + { .compatible = "fsl,imx6ull-esai", }, {} }; MODULE_DEVICE_TABLE(of, fsl_esai_dt_ids); |