All of lore.kernel.org
 help / color / mirror / Atom feed
From: s.peter@mpl.ch (Stefan Peter)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Kirkwood: Fix missing clk for USB device.
Date: Thu, 27 Dec 2012 23:58:06 +0100	[thread overview]
Message-ID: <50DCD27E.8090804@mpl.ch> (raw)
In-Reply-To: <1356201902-20448-1-git-send-email-andrew@lunn.ch>

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

      reply	other threads:[~2012-12-27 22:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-22 18:45 [PATCH] ARM: Kirkwood: Fix missing clk for USB device Andrew Lunn
2012-12-27 22:58 ` Stefan Peter [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50DCD27E.8090804@mpl.ch \
    --to=s.peter@mpl.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.