All of lore.kernel.org
 help / color / mirror / Atom feed
From: santosh.shilimkar@ti.com (Santosh Shilimkar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes
Date: Thu, 11 Sep 2014 12:16:39 -0400	[thread overview]
Message-ID: <5411CAE7.9010108@ti.com> (raw)
In-Reply-To: <1410450009-19892-1-git-send-email-m-karicheri2@ti.com>

On Thursday 11 September 2014 11:40 AM, Murali Karicheri wrote:
> Fix incorrect clock names for usb1, pcie1 and domain register
> offset for pcie1 clock nodes on K2E EVM
> 
> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> ---
Thanks Murali. I will queue this up.

>  arch/arm/boot/dts/k2e-clocks.dtsi |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/k2e-clocks.dtsi b/arch/arm/boot/dts/k2e-clocks.dtsi
> index 598afe9..4773d6a 100644
> --- a/arch/arm/boot/dts/k2e-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2e-clocks.dtsi
> @@ -40,7 +40,7 @@ clocks {
>  		#clock-cells = <0>;
>  		compatible = "ti,keystone,psc-clock";
>  		clocks = <&chipclk16>;
> -		clock-output-names = "usb";
> +		clock-output-names = "usb1";
>  		reg = <0x02350004 0xb00>, <0x02350000 0x400>;
>  		reg-names = "control", "domain";
>  		domain-id = <0>;
> @@ -60,8 +60,8 @@ clocks {
>  		#clock-cells = <0>;
>  		compatible = "ti,keystone,psc-clock";
>  		clocks = <&chipclk12>;
> -		clock-output-names = "pcie";
> -		reg = <0x0235006c 0xb00>, <0x02350000 0x400>;
> +		clock-output-names = "pcie1";
> +		reg = <0x0235006c 0xb00>, <0x02350048 0x400>;
>  		reg-names = "control", "domain";
>  		domain-id = <18>;
>  	};
> 

WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>
To: Murali Karicheri <m-karicheri2-l0cyMroinI0@public.gmane.org>,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
	galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes
Date: Thu, 11 Sep 2014 12:16:39 -0400	[thread overview]
Message-ID: <5411CAE7.9010108@ti.com> (raw)
In-Reply-To: <1410450009-19892-1-git-send-email-m-karicheri2-l0cyMroinI0@public.gmane.org>

On Thursday 11 September 2014 11:40 AM, Murali Karicheri wrote:
> Fix incorrect clock names for usb1, pcie1 and domain register
> offset for pcie1 clock nodes on K2E EVM
> 
> Signed-off-by: Murali Karicheri <m-karicheri2-l0cyMroinI0@public.gmane.org>
> ---
Thanks Murali. I will queue this up.

>  arch/arm/boot/dts/k2e-clocks.dtsi |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/k2e-clocks.dtsi b/arch/arm/boot/dts/k2e-clocks.dtsi
> index 598afe9..4773d6a 100644
> --- a/arch/arm/boot/dts/k2e-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2e-clocks.dtsi
> @@ -40,7 +40,7 @@ clocks {
>  		#clock-cells = <0>;
>  		compatible = "ti,keystone,psc-clock";
>  		clocks = <&chipclk16>;
> -		clock-output-names = "usb";
> +		clock-output-names = "usb1";
>  		reg = <0x02350004 0xb00>, <0x02350000 0x400>;
>  		reg-names = "control", "domain";
>  		domain-id = <0>;
> @@ -60,8 +60,8 @@ clocks {
>  		#clock-cells = <0>;
>  		compatible = "ti,keystone,psc-clock";
>  		clocks = <&chipclk12>;
> -		clock-output-names = "pcie";
> -		reg = <0x0235006c 0xb00>, <0x02350000 0x400>;
> +		clock-output-names = "pcie1";
> +		reg = <0x0235006c 0xb00>, <0x02350048 0x400>;
>  		reg-names = "control", "domain";
>  		domain-id = <18>;
>  	};
> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: Murali Karicheri <m-karicheri2@ti.com>, <robh+dt@kernel.org>,
	<pawel.moll@arm.com>, <mark.rutland@arm.com>,
	<ijc+devicetree@hellion.org.uk>, <galak@codeaurora.org>,
	<linux@arm.linux.org.uk>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes
Date: Thu, 11 Sep 2014 12:16:39 -0400	[thread overview]
Message-ID: <5411CAE7.9010108@ti.com> (raw)
In-Reply-To: <1410450009-19892-1-git-send-email-m-karicheri2@ti.com>

On Thursday 11 September 2014 11:40 AM, Murali Karicheri wrote:
> Fix incorrect clock names for usb1, pcie1 and domain register
> offset for pcie1 clock nodes on K2E EVM
> 
> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> ---
Thanks Murali. I will queue this up.

>  arch/arm/boot/dts/k2e-clocks.dtsi |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/k2e-clocks.dtsi b/arch/arm/boot/dts/k2e-clocks.dtsi
> index 598afe9..4773d6a 100644
> --- a/arch/arm/boot/dts/k2e-clocks.dtsi
> +++ b/arch/arm/boot/dts/k2e-clocks.dtsi
> @@ -40,7 +40,7 @@ clocks {
>  		#clock-cells = <0>;
>  		compatible = "ti,keystone,psc-clock";
>  		clocks = <&chipclk16>;
> -		clock-output-names = "usb";
> +		clock-output-names = "usb1";
>  		reg = <0x02350004 0xb00>, <0x02350000 0x400>;
>  		reg-names = "control", "domain";
>  		domain-id = <0>;
> @@ -60,8 +60,8 @@ clocks {
>  		#clock-cells = <0>;
>  		compatible = "ti,keystone,psc-clock";
>  		clocks = <&chipclk12>;
> -		clock-output-names = "pcie";
> -		reg = <0x0235006c 0xb00>, <0x02350000 0x400>;
> +		clock-output-names = "pcie1";
> +		reg = <0x0235006c 0xb00>, <0x02350048 0x400>;
>  		reg-names = "control", "domain";
>  		domain-id = <18>;
>  	};
> 


  reply	other threads:[~2014-09-11 16:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11 15:40 [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes Murali Karicheri
2014-09-11 15:40 ` Murali Karicheri
2014-09-11 15:40 ` Murali Karicheri
2014-09-11 16:16 ` Santosh Shilimkar [this message]
2014-09-11 16:16   ` Santosh Shilimkar
2014-09-11 16:16   ` Santosh Shilimkar

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=5411CAE7.9010108@ti.com \
    --to=santosh.shilimkar@ti.com \
    --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.