Skip to content

Commit

Permalink
ARM: pxa: dts: fix mmc controller compatible string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Mack authored and Haojian Zhuang committed Sep 18, 2014
1 parent 7d1311b commit 2bf172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/pxa2xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
};

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

0 comments on commit 2bf172c

Please sign in to comment.