diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-01-06 14:10:34 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-01-06 21:52:56 +0400 |
commit | 53dfa8e4aa740cc7a19a39d6d4542f856c6b49ae (patch) | |
tree | 9f83ea547c14331e33d5639618800934337cd91b /arch/arm | |
parent | b24212fbfba25102cab7b4b1fd2919a58e02ae31 (diff) | |
download | linux-53dfa8e4aa740cc7a19a39d6d4542f856c6b49ae.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/kirkwood.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi index 7735cee4a9c6..110d6cbb795b 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"; }; |