forked from Minki/linux
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:
parent
ca91c703ae
commit
aa71cc5014
@ -92,7 +92,7 @@
|
||||
compatible = "marvell,pxa-ohci";
|
||||
reg = <0x4c000000 0x10000>;
|
||||
interrupts = <3>;
|
||||
clocks = <&clks CLK_USBHOST>;
|
||||
clocks = <&clks CLK_USBH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user