mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jingoo Han <jg1.han@samsung.com>
To: "'Doug Anderson'" <dianders@chromium.org>,
	"'Kukjin Kim'" <kgene.kim@samsung.com>,
	"'Olof Johansson'" <olof@lixom.net>
Cc: "'Thomas Abraham'" <thomas.abraham@linaro.org>,
	"'Vivek Gautam'" <gautam.vivek@samsung.com>,
	"'Russell King'" <linux@arm.linux.org.uk>,
	"'Padmavathi Venna'" <padma.v@samsung.com>,
	"'Mark Brown'" <broonie@opensource.wolfsonmicro.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	"'Jingoo Han'" <jg1.han@samsung.com>
Subject: Re: [PATCH] ARM: dts: add usb 2.0 clock references to exynos5250 device tree
Date: Fri, 15 Mar 2013 10:37:27 +0900	[thread overview]
Message-ID: <006301ce211d$a6caa670$f45ff350$%han@samsung.com> (raw)
In-Reply-To: <1363195099-15919-1-git-send-email-dianders@chromium.org>


On Thursday, March 14, 2013 2:18 AM, Doug Anderson wrote:
> 
> This is a fixup to two device tree nodes that have already landed but
> without clock nodes since the transition to common clock happened at
> the same time.
> 
> Signed-off-by: Doug Anderson <dianders@chromium.org>

The clock number and name are right.

Reviewed-by: Jingoo Han <jg1.han@samsung.com>


Best regards,
Jingoo Han

> ---
>  arch/arm/boot/dts/exynos5250.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 24c52e6..59be603 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -402,12 +402,18 @@
>  		compatible = "samsung,exynos4210-ehci";
>  		reg = <0x12110000 0x100>;
>  		interrupts = <0 71 0>;
> +
> +		clocks = <&clock 285>;
> +		clock-names = "usbhost";
>  	};
> 
>  	usb@12120000 {
>  		compatible = "samsung,exynos4210-ohci";
>  		reg = <0x12120000 0x100>;
>  		interrupts = <0 71 0>;
> +
> +		clocks = <&clock 285>;
> +		clock-names = "usbhost";
>  	};
> 
>  	amba {
> --
> 1.8.1.3


  parent reply	other threads:[~2013-03-15  1:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-13 17:18 Doug Anderson
2013-03-14  6:22 ` Vivek Gautam
2013-03-14 23:01   ` Doug Anderson
2013-03-15  1:37 ` Jingoo Han [this message]
2013-03-18 13:41   ` Vivek Gautam
2013-04-03  1:46     ` Kukjin Kim

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='006301ce211d$a6caa670$f45ff350$%han@samsung.com' \
    --to=jg1.han@samsung.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dianders@chromium.org \
    --cc=gautam.vivek@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=olof@lixom.net \
    --cc=padma.v@samsung.com \
    --cc=thomas.abraham@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome