linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Kirkwood: Fix missing clk for USB device.
@ 2012-12-22 18:45 Andrew Lunn
  2012-12-27 22:58 ` Stefan Peter
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2012-12-22 18:45 UTC (permalink / raw)
  To: linux-arm-kernel

Without the clock being held by a driver, it ges turned off at a bad
time causing the SoC to lockup.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 arch/arm/boot/dts/kirkwood.dtsi |    1 +
 1 file changed, 1 insertion(+)

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";
 		};
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: Kirkwood: Fix missing clk for USB device.
  2012-12-22 18:45 [PATCH] ARM: Kirkwood: Fix missing clk for USB device Andrew Lunn
@ 2012-12-27 22:58 ` Stefan Peter
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Peter @ 2012-12-27 22:58 UTC (permalink / raw)
  To: linux-arm-kernel

On 22.12.2012 19:45, Andrew Lunn wrote:
> Without the clock being held by a driver, it ges turned off at a bad
> time causing the SoC to lockup.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
>  arch/arm/boot/dts/kirkwood.dtsi |    1 +
>  1 file changed, 1 insertion(+)
> 
> 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";
>  		};
>  
> 

Tested-by: Stefan Peter <s.peter@mpl.ch>



-- 
MPL AG, Switzerland                     http://www.mpl.ch
Tel. +41 (0)56 483 34 34          Fax: +41(0)56 493 30 20

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-27 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-22 18:45 [PATCH] ARM: Kirkwood: Fix missing clk for USB device Andrew Lunn
2012-12-27 22:58 ` Stefan Peter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).