From: Andrew Lunn Date: Sun, 6 Jan 2013 10:10:34 +0000 (+0100) Subject: ARM: Kirkwood: Fix missing clk for USB device. X-Git-Tag: upstream/snapshot3+hdmi~5604^2~61^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53dfa8e4aa740cc7a19a39d6d4542f856c6b49ae;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: Kirkwood: Fix missing clk for USB device. Without the clock being held by a driver, it gets turned off at a bad time causing the SoC to lockup. This is often during reboot. Signed-off-by: Andrew Lunn Tested-by: Stefan Peter Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index 7735cee..110d6cb 100644 --- a/arch/arm/boot/dts/kirkwood.dtsi +++ b/arch/arm/boot/dts/kirkwood.dtsi @@ -144,6 +144,7 @@ compatible = "marvell,orion-ehci"; reg = <0x50000 0x1000>; interrupts = <19>; + clocks = <&gate_clk 3>; status = "okay"; };