Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <andrew@lunn.ch>
Tested-by: Stefan Peter <s.peter@mpl.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by

Andrew Lunn and committed by
Jason Cooper
53dfa8e4 b24212fb

+1
+1
arch/arm/boot/dts/kirkwood.dtsi
··· 144 144 compatible = "marvell,orion-ehci"; 145 145 reg = <0x50000 0x1000>; 146 146 interrupts = <19>; 147 + clocks = <&gate_clk 3>; 147 148 status = "okay"; 148 149 }; 149 150