Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa71cc50 authored by Robert Jarzmik's avatar Robert Jarzmik
Browse files

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: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent ca91c703
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@
			compatible = "marvell,pxa-ohci";
			reg = <0x4c000000 0x10000>;
			interrupts = <3>;
			clocks = <&clks CLK_USBHOST>;
			clocks = <&clks CLK_USBH>;
			status = "disabled";
		};