diff options
author | Daniel Mack <zonque@gmail.com> | 2014-08-14 13:46:12 +0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-09-18 21:38:52 +0400 |
commit | 2bf172cfddee1fc7012980edc97f62526f65281a (patch) | |
tree | fa2c896027ac9e2cf2147616409ea3b226e2dec1 /arch/arm/boot/dts/pxa2xx.dtsi | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
download | linux-2bf172cfddee1fc7012980edc97f62526f65281a.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/pxa2xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/pxa2xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi index a5e90f078aa9..0e8dbff6145d 100644 --- a/arch/arm/boot/dts/pxa2xx.dtsi +++ b/arch/arm/boot/dts/pxa2xx.dtsi @@ -120,7 +120,7 @@ }; mmc0: mmc@41100000 { - compatible = "mrvl,pxa-mmc"; + compatible = "marvell,pxa-mmc"; reg = <0x41100000 0x1000>; interrupts = <23>; status = "disabled"; |