From: Daniel Mack Date: Thu, 14 Aug 2014 09:46:13 +0000 (+0200) Subject: ARM: pxa: dts: fix ohci controller compatible string X-Git-Tag: firefly_0821_release~176^2~3110^2~14^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7a08cf77dbb976cec39c300201cebfee94552f54;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Haojian Zhuang --- 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 @@ }; usb0: ohci@4c000000 { - compatible = "mrvl,pxa-ohci"; + compatible = "marvell,pxa-ohci"; reg = <0x4c000000 0x10000>; interrupts = <3>; status = "disabled";