diff options
author | Daniel Mack <zonque@gmail.com> | 2014-08-14 05:46:13 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@linaro.org> | 2014-09-18 13:39:03 -0400 |
commit | 7a08cf77dbb976cec39c300201cebfee94552f54 (patch) | |
tree | 13f3c73069aa15c79409fdaf63af3c10ffd511f7 | |
parent | 2bf172cfddee1fc7012980edc97f62526f65281a (diff) |
ARM: pxa: dts: fix ohci 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>
-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 0e8dbff6145d..c08f84629aa9 100644 --- a/arch/arm/boot/dts/pxa2xx.dtsi +++ b/arch/arm/boot/dts/pxa2xx.dtsi | |||
@@ -113,7 +113,7 @@ | |||
113 | }; | 113 | }; |
114 | 114 | ||
115 | usb0: ohci@4c000000 { | 115 | usb0: ohci@4c000000 { |
116 | compatible = "mrvl,pxa-ohci"; | 116 | compatible = "marvell,pxa-ohci"; |
117 | reg = <0x4c000000 0x10000>; | 117 | reg = <0x4c000000 0x10000>; |
118 | interrupts = <3>; | 118 | interrupts = <3>; |
119 | status = "disabled"; | 119 | status = "disabled"; |