Commit 7a08cf77 authored by Daniel Mack's avatar Daniel Mack Committed by Haojian Zhuang

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: default avatarDaniel Mack <zonque@gmail.com>
Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
parent 2bf172cf
...@@ -113,7 +113,7 @@ pxai2c1: i2c@40301680 { ...@@ -113,7 +113,7 @@ pxai2c1: i2c@40301680 {
}; };
usb0: ohci@4c000000 { usb0: ohci@4c000000 {
compatible = "mrvl,pxa-ohci"; compatible = "marvell,pxa-ohci";
reg = <0x4c000000 0x10000>; reg = <0x4c000000 0x10000>;
interrupts = <3>; interrupts = <3>;
status = "disabled"; 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