]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: pxa: dts: fix ohci controller compatible string
authorDaniel Mack <zonque@gmail.com>
Thu, 14 Aug 2014 09:46:13 +0000 (11:46 +0200)
committerHaojian Zhuang <haojian.zhuang@linaro.org>
Thu, 18 Sep 2014 17:39:03 +0000 (01:39 +0800)
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>
arch/arm/boot/dts/pxa2xx.dtsi

index 0e8dbff6145d7aee1a8d9ce5f41e82b706a5477f..c08f84629aa99c68da033838c8e26c04828e150c 100644 (file)
@@ -113,7 +113,7 @@ pxai2c1: i2c@40301680 {
                };
 
                usb0: ohci@4c000000 {
-                       compatible = "mrvl,pxa-ohci";
+                       compatible = "marvell,pxa-ohci";
                        reg = <0x4c000000 0x10000>;
                        interrupts = <3>;
                        status = "disabled";