linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes
@ 2014-09-11 15:40 Murali Karicheri
  2014-09-11 16:16 ` Santosh Shilimkar
  0 siblings, 1 reply; 2+ messages in thread
From: Murali Karicheri @ 2014-09-11 15:40 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, linux,
	devicetree, linux-arm-kernel, linux-kernel, santosh.shilimkar
  Cc: Murali Karicheri

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>
---
 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>;
 	};
-- 
1.7.9.5


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

* Re: [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes
  2014-09-11 15:40 [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes Murali Karicheri
@ 2014-09-11 16:16 ` Santosh Shilimkar
  0 siblings, 0 replies; 2+ messages in thread
From: Santosh Shilimkar @ 2014-09-11 16:16 UTC (permalink / raw)
  To: Murali Karicheri, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, linux, devicetree, linux-arm-kernel,
	linux-kernel

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


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

end of thread, other threads:[~2014-09-11 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11 15:40 [PATCH] ARM: keystone: dts: fix bindings for pcie and usb clock nodes Murali Karicheri
2014-09-11 16:16 ` Santosh Shilimkar

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).