Commit 2bf172cf authored by Daniel Mack's avatar Daniel Mack Committed by Haojian Zhuang

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: default avatarDaniel Mack <zonque@gmail.com>
Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
parent 7d1311b9
......@@ -120,7 +120,7 @@ usb0: ohci@4c000000 {
};
mmc0: mmc@41100000 {
compatible = "mrvl,pxa-mmc";
compatible = "marvell,pxa-mmc";
reg = <0x41100000 0x1000>;
interrupts = <23>;
status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment