aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/davinci/davinci-mcasp.c
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2013-10-18 18:37:44 +0300
committerMark Brown <broonie@linaro.org>2013-10-22 12:03:21 +0100
commit3af9e0315699b60762157662f721f50fd1fe529b (patch)
tree72b0a194b25521da09a7ba0c0030bb1e357c8ab5 /sound/soc/davinci/davinci-mcasp.c
parentASoC: davinci-mcasp: Extract DMA channels directly from DT (diff)
downloadlinux-dev-3af9e0315699b60762157662f721f50fd1fe529b.tar.xz
linux-dev-3af9e0315699b60762157662f721f50fd1fe529b.zip
ASoC: davinci-mcasp: Change compatible property model to more accurate
Change the model omap2-mcasp-audio in compatible property to am33xx-mcasp-audio as omap2 does not have mcasp. Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/davinci/davinci-mcasp.c')
-rw-r--r--sound/soc/davinci/davinci-mcasp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index 4c207508348f..bbc9a0793eb9 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -1033,7 +1033,7 @@ static const struct of_device_id mcasp_dt_ids[] = {
.data = &da830_mcasp_pdata,
},
{
- .compatible = "ti,omap2-mcasp-audio",
+ .compatible = "ti,am33xx-mcasp-audio",
.data = &omap2_mcasp_pdata,
},
{ /* sentinel */ }