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 <robert.jarzmik@free.fr>
This commit is contained in:
Robert Jarzmik 2016-04-05 08:35:53 +02:00
parent ca91c703ae
commit aa71cc5014

View File

@ -92,7 +92,7 @@
compatible = "marvell,pxa-ohci";
reg = <0x4c000000 0x10000>;
interrupts = <3>;
clocks = <&clks CLK_USBHOST>;
clocks = <&clks CLK_USBH>;
status = "disabled";
};