From: Robert Jarzmik Date: Tue, 5 Apr 2016 06:35:53 +0000 (+0200) Subject: ARM: dts: pxa: fix the ohci clock for pxa3xx X-Git-Tag: v4.8-rc1~66^2~7^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa71cc501494cef368c439dbb90cd9dba74c8d8e;p=karo-tx-linux.git ARM: dts: pxa: fix the ohci clock for pxa3xx Fix the USB host clock, which is CLK_USBH. CLK_USBHOST is the clock of the usb host of pxa27x SoCs. Signed-off-by: Robert Jarzmik --- diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index 5767ed4957ae..5e2dea0f1436 100644 --- a/arch/arm/boot/dts/pxa3xx.dtsi +++ b/arch/arm/boot/dts/pxa3xx.dtsi @@ -92,7 +92,7 @@ compatible = "marvell,pxa-ohci"; reg = <0x4c000000 0x10000>; interrupts = <3>; - clocks = <&clks CLK_USBHOST>; + clocks = <&clks CLK_USBH>; status = "disabled"; };