summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2015-04-29 13:17:57 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 09:22:45 -0500
commitf433774891b7e452bef534db0e694610d187eb0a (patch)
tree4214f75f235f71bef1371f6cbcfc95f0d2ee98d9 /sound
parent43797f818cbe52ac5191614a2981593cd76cb206 (diff)
MLK-10775-1: ASoC: fsl-sai: add compatible for imx6ul
support sai in imx6ul. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/fsl_sai.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c
index 0157810836c6..a34bef9e34c0 100644
--- a/sound/soc/fsl/fsl_sai.c
+++ b/sound/soc/fsl/fsl_sai.c
@@ -844,6 +844,7 @@ static int fsl_sai_probe(struct platform_device *pdev)
static const struct of_device_id fsl_sai_ids[] = {
{ .compatible = "fsl,vf610-sai", },
{ .compatible = "fsl,imx6sx-sai", },
+ { .compatible = "fsl,imx6ul-sai", },
{ .compatible = "fsl,imx7d-sai", },
{ /* sentinel */ }
};