]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: pxa: fix the ohci clock for pxa3xx
authorRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 5 Apr 2016 06:35:53 +0000 (08:35 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Wed, 20 Apr 2016 18:20:23 +0000 (20:20 +0200)
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 <robert.jarzmik@free.fr>
arch/arm/boot/dts/pxa3xx.dtsi

index 5767ed4957ae073f0b2a3fb8f7583e202911de3c..5e2dea0f1436eeba7a35856ac11d2b4c29ac46f9 100644 (file)
@@ -92,7 +92,7 @@
                        compatible = "marvell,pxa-ohci";
                        reg = <0x4c000000 0x10000>;
                        interrupts = <3>;
-                       clocks = <&clks CLK_USBHOST>;
+                       clocks = <&clks CLK_USBH>;
                        status = "disabled";
                };