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>
This commit is contained in:
Daniel Mack 2014-08-14 11:46:13 +02:00 committed by Haojian Zhuang
parent 2bf172cfdd
commit 7a08cf77db

View 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";