projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24212f
)
ARM: Kirkwood: Fix missing clk for USB device.
author
Andrew Lunn
<andrew@lunn.ch>
Sun, 6 Jan 2013 10:10:34 +0000
(11:10 +0100)
committer
Jason Cooper
<jason@lakedaemon.net>
Sun, 6 Jan 2013 17:52:56 +0000
(17:52 +0000)
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>
arch/arm/boot/dts/kirkwood.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/kirkwood.dtsi
b/arch/arm/boot/dts/kirkwood.dtsi
index 7735cee4a9c6fb8a34ffb001eed617137a0fef6c..110d6cbb795b384aa330c422d6409057839bb3ee 100644
(file)
--- 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";
};