diff options
author | Jyri Sarha <jsarha@ti.com> | 2013-10-18 19:37:44 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-22 15:03:21 +0400 |
commit | 3af9e0315699b60762157662f721f50fd1fe529b (patch) | |
tree | 72b0a194b25521da09a7ba0c0030bb1e357c8ab5 /sound/soc/davinci | |
parent | 4023fe6ff2192d6050647571ea54f5497b2ec8f6 (diff) | |
download | linux-3af9e0315699b60762157662f721f50fd1fe529b.tar.xz |
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')
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.c | 2 |
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 */ } |