ARM: pxa: dts: fix mmc controller compatible string

The vendor prefix was renamed from "mrvl" to "marvell". Follow this
change in the dts file.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
This commit is contained in:
Daniel Mack 2014-08-14 11:46:12 +02:00 committed by Haojian Zhuang
parent 7d1311b93e
commit 2bf172cfdd

View file

@ -120,7 +120,7 @@
};
mmc0: mmc@41100000 {
compatible = "mrvl,pxa-mmc";
compatible = "marvell,pxa-mmc";
reg = <0x41100000 0x1000>;
interrupts = <23>;
status = "disabled";