diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-11 12:17:16 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-11 12:17:16 +0200 |
commit | e695e7a47d8d6e35255e17ded9409684a7dc0fa1 (patch) | |
tree | 0c5c0640da71287cb5dfadfecff74657d04c3d3f /sound | |
parent | Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus (diff) | |
parent | ASoC: kirkwood: change the compatible string of the kirkwood-i2s driver (diff) | |
download | linux-e695e7a47d8d6e35255e17ded9409684a7dc0fa1.tar.xz linux-e695e7a47d8d6e35255e17ded9409684a7dc0fa1.zip |
Merge remote-tracking branch 'asoc/fix/kirkwood' into asoc-linus
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/kirkwood/kirkwood-i2s.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/kirkwood/kirkwood-i2s.c b/sound/soc/kirkwood/kirkwood-i2s.c index 7fce340ab3ef..0f3d73d4ef48 100644 --- a/sound/soc/kirkwood/kirkwood-i2s.c +++ b/sound/soc/kirkwood/kirkwood-i2s.c @@ -559,7 +559,8 @@ static int kirkwood_i2s_dev_remove(struct platform_device *pdev) #ifdef CONFIG_OF static struct of_device_id mvebu_audio_of_match[] = { - { .compatible = "marvell,mvebu-audio" }, + { .compatible = "marvell,kirkwood-audio" }, + { .compatible = "marvell,dove-audio" }, { } }; MODULE_DEVICE_TABLE(of, mvebu_audio_of_match); |