linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: keystone: dts: fix netcp clocks and add names
@ 2016-12-08 21:11 Grygorii Strashko
  2016-12-08 22:13 ` Santosh Shilimkar
  0 siblings, 1 reply; 3+ messages in thread
From: Grygorii Strashko @ 2016-12-08 21:11 UTC (permalink / raw)
  To: Murali Karicheri, Santosh Shilimkar
  Cc: Sekhar Nori, linux-arm-kernel, linux-kernel, Grygorii Strashko

From: Murali Karicheri <m-karicheri2@ti.com>

Fix the pa clock to point to the clkpa which has clock rate of 1/3 of PA
PLL clock and add clock names.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 arch/arm/boot/dts/keystone-k2e-netcp.dtsi  | 3 ++-
 arch/arm/boot/dts/keystone-k2hk-netcp.dtsi | 3 ++-
 arch/arm/boot/dts/keystone-k2l-netcp.dtsi  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi
index ac990f6..ba828cb 100644
--- a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi
+++ b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi
@@ -138,7 +138,8 @@ netcp: netcp@24000000 {
 	/* NetCP address range */
 	ranges = <0 0x24000000 0x1000000>;
 
-	clocks = <&papllclk>, <&clkcpgmac>, <&chipclk12>;
+	clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>;
+	clock-names = "pa_clk", "ethss_clk", "cpts";
 	dma-coherent;
 
 	ti,navigator-dmas = <&dma_gbe 0>,
diff --git a/arch/arm/boot/dts/keystone-k2hk-netcp.dtsi b/arch/arm/boot/dts/keystone-k2hk-netcp.dtsi
index f86d6dd..a5ac845 100644
--- a/arch/arm/boot/dts/keystone-k2hk-netcp.dtsi
+++ b/arch/arm/boot/dts/keystone-k2hk-netcp.dtsi
@@ -155,7 +155,8 @@ netcp: netcp@2000000 {
 	/* NetCP address range */
 	ranges  = <0 0x2000000 0x100000>;
 
-	clocks = <&papllclk>, <&clkcpgmac>, <&chipclk12>;
+	clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>;
+	clock-names = "pa_clk", "ethss_clk", "cpts";
 	dma-coherent;
 
 	ti,navigator-dmas = <&dma_gbe 22>,
diff --git a/arch/arm/boot/dts/keystone-k2l-netcp.dtsi b/arch/arm/boot/dts/keystone-k2l-netcp.dtsi
index 5acbd0d..b6f2682 100644
--- a/arch/arm/boot/dts/keystone-k2l-netcp.dtsi
+++ b/arch/arm/boot/dts/keystone-k2l-netcp.dtsi
@@ -137,7 +137,8 @@ netcp: netcp@26000000 {
 	/* NetCP address range */
 	ranges = <0 0x26000000 0x1000000>;
 
-	clocks = <&clkosr>, <&papllclk>, <&clkcpgmac>, <&chipclk12>;
+	clocks = <&clkpa>, <&clkcpgmac>, <&chipclk12>, <&clkosr>;
+	clock-names = "pa_clk", "ethss_clk", "cpts", "osr_clk";
 	dma-coherent;
 
 	ti,navigator-dmas = <&dma_gbe 0>,
-- 
2.10.1

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

* Re: [PATCH] ARM: keystone: dts: fix netcp clocks and add names
  2016-12-08 21:11 [PATCH] ARM: keystone: dts: fix netcp clocks and add names Grygorii Strashko
@ 2016-12-08 22:13 ` Santosh Shilimkar
  2016-12-23 18:06   ` Grygorii Strashko
  0 siblings, 1 reply; 3+ messages in thread
From: Santosh Shilimkar @ 2016-12-08 22:13 UTC (permalink / raw)
  To: Santosh Shilimkar, Arnd Bergmann
  Cc: Grygorii Strashko, Murali Karicheri, Sekhar Nori,
	linux-arm-kernel, linux-kernel

On 12/8/2016 1:11 PM, Grygorii Strashko wrote:
> From: Murali Karicheri <m-karicheri2@ti.com>
>
> Fix the pa clock to point to the clkpa which has clock rate of 1/3 of PA
> PLL clock and add clock names.
>
> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> ---
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>

Hi Arnd,

Can you please pick this fix as well if possible in your
non critical fixes branch ?

Regards,
Santosh

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

* Re: [PATCH] ARM: keystone: dts: fix netcp clocks and add names
  2016-12-08 22:13 ` Santosh Shilimkar
@ 2016-12-23 18:06   ` Grygorii Strashko
  0 siblings, 0 replies; 3+ messages in thread
From: Grygorii Strashko @ 2016-12-23 18:06 UTC (permalink / raw)
  To: Santosh Shilimkar, Santosh Shilimkar, Arnd Bergmann
  Cc: Murali Karicheri, Sekhar Nori, linux-arm-kernel, linux-kernel



On 12/08/2016 04:13 PM, Santosh Shilimkar wrote:
> On 12/8/2016 1:11 PM, Grygorii Strashko wrote:
>> From: Murali Karicheri <m-karicheri2@ti.com>
>>
>> Fix the pa clock to point to the clkpa which has clock rate of 1/3 of PA
>> PLL clock and add clock names.
>>
>> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
>> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
>> ---
> Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
>
> Hi Arnd,
>
> Can you please pick this fix as well if possible in your
> non critical fixes branch ?

Sry, that I'm disturbing you, but was this patch applied somewhere?

-- 
regards,
-grygorii

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

end of thread, other threads:[~2016-12-23 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08 21:11 [PATCH] ARM: keystone: dts: fix netcp clocks and add names Grygorii Strashko
2016-12-08 22:13 ` Santosh Shilimkar
2016-12-23 18:06   ` Grygorii Strashko

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