All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
@ 2022-12-27  5:12 ` Dhruva Gole
  0 siblings, 0 replies; 6+ messages in thread
From: Dhruva Gole @ 2022-12-27  5:12 UTC (permalink / raw)
  To: Vignesh Raghavendra
  Cc: Dhruva Gole, nm, Tero Kristo, Rob Herring, linux-arm-kernel,
	devicetree, linux-kernel

Fixes the clock Device ID's in the DT according to the tisci docs clock
identifiers for AM62x

Signed-off-by: Dhruva Gole <d-gole@ti.com>
---

For reference, TISCI Docs: clock id's for AM62
https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62x/clocks.html

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index 7ad7dd74e079..625e6a004292 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@ -418,7 +418,7 @@ main_spi0: spi@20100000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		power-domains = <&k3_pds 141 TI_SCI_PD_EXCLUSIVE>;
-		clocks = <&k3_clks 172 0>;
+		clocks = <&k3_clks 141 0>;
 	};
 
 	main_spi1: spi@20110000 {
@@ -428,7 +428,7 @@ main_spi1: spi@20110000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		power-domains = <&k3_pds 142 TI_SCI_PD_EXCLUSIVE>;
-		clocks = <&k3_clks 173 0>;
+		clocks = <&k3_clks 142 0>;
 	};
 
 	main_spi2: spi@20120000 {
@@ -438,7 +438,7 @@ main_spi2: spi@20120000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		power-domains = <&k3_pds 143 TI_SCI_PD_EXCLUSIVE>;
-		clocks = <&k3_clks 174 0>;
+		clocks = <&k3_clks 143 0>;
 	};
 
 	main_gpio_intr: interrupt-controller@a00000 {
-- 
2.25.1


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

* [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
@ 2022-12-27  5:12 ` Dhruva Gole
  0 siblings, 0 replies; 6+ messages in thread
From: Dhruva Gole @ 2022-12-27  5:12 UTC (permalink / raw)
  To: Vignesh Raghavendra
  Cc: Dhruva Gole, nm, Tero Kristo, Rob Herring, linux-arm-kernel,
	devicetree, linux-kernel

Fixes the clock Device ID's in the DT according to the tisci docs clock
identifiers for AM62x

Signed-off-by: Dhruva Gole <d-gole@ti.com>
---

For reference, TISCI Docs: clock id's for AM62
https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62x/clocks.html

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index 7ad7dd74e079..625e6a004292 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@ -418,7 +418,7 @@ main_spi0: spi@20100000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		power-domains = <&k3_pds 141 TI_SCI_PD_EXCLUSIVE>;
-		clocks = <&k3_clks 172 0>;
+		clocks = <&k3_clks 141 0>;
 	};
 
 	main_spi1: spi@20110000 {
@@ -428,7 +428,7 @@ main_spi1: spi@20110000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		power-domains = <&k3_pds 142 TI_SCI_PD_EXCLUSIVE>;
-		clocks = <&k3_clks 173 0>;
+		clocks = <&k3_clks 142 0>;
 	};
 
 	main_spi2: spi@20120000 {
@@ -438,7 +438,7 @@ main_spi2: spi@20120000 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		power-domains = <&k3_pds 143 TI_SCI_PD_EXCLUSIVE>;
-		clocks = <&k3_clks 174 0>;
+		clocks = <&k3_clks 143 0>;
 	};
 
 	main_gpio_intr: interrupt-controller@a00000 {
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
  2022-12-27  5:12 ` Dhruva Gole
@ 2022-12-30 16:55   ` Bryan Brattlof
  -1 siblings, 0 replies; 6+ messages in thread
From: Bryan Brattlof @ 2022-12-30 16:55 UTC (permalink / raw)
  To: Dhruva Gole
  Cc: Vignesh Raghavendra, nm, Tero Kristo, Rob Herring,
	linux-arm-kernel, devicetree, linux-kernel

On December 27, 2022 thus sayeth Dhruva Gole:
> Fixes the clock Device ID's in the DT according to the tisci docs clock
> identifiers for AM62x
> 
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---

Good catch!

Reviewed-by: Bryan Brattlof <bb@ti.com>

~Bryan

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

* Re: [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
@ 2022-12-30 16:55   ` Bryan Brattlof
  0 siblings, 0 replies; 6+ messages in thread
From: Bryan Brattlof @ 2022-12-30 16:55 UTC (permalink / raw)
  To: Dhruva Gole
  Cc: Vignesh Raghavendra, nm, Tero Kristo, Rob Herring,
	linux-arm-kernel, devicetree, linux-kernel

On December 27, 2022 thus sayeth Dhruva Gole:
> Fixes the clock Device ID's in the DT according to the tisci docs clock
> identifiers for AM62x
> 
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---

Good catch!

Reviewed-by: Bryan Brattlof <bb@ti.com>

~Bryan

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
  2022-12-30 16:55   ` Bryan Brattlof
@ 2023-01-02  4:06     ` Vignesh Raghavendra
  -1 siblings, 0 replies; 6+ messages in thread
From: Vignesh Raghavendra @ 2023-01-02  4:06 UTC (permalink / raw)
  To: Bryan Brattlof, Dhruva Gole
  Cc: nm, Tero Kristo, Rob Herring, linux-arm-kernel, devicetree, linux-kernel

Hi Dhruva

On 30/12/22 22:25, Bryan Brattlof wrote:
> On December 27, 2022 thus sayeth Dhruva Gole:
>> Fixes the clock Device ID's in the DT according to the tisci docs clock
>> identifiers for AM62x
>>
>> Signed-off-by: Dhruva Gole <d-gole@ti.com>
>> ---
> 
> Good catch!
> 

Indeed

> Reviewed-by: Bryan Brattlof <bb@ti.com>
> 
> ~Bryan

This lacks Fixes: tag. Could you provide one?

-- 
Regards
Vignesh

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

* Re: [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI
@ 2023-01-02  4:06     ` Vignesh Raghavendra
  0 siblings, 0 replies; 6+ messages in thread
From: Vignesh Raghavendra @ 2023-01-02  4:06 UTC (permalink / raw)
  To: Bryan Brattlof, Dhruva Gole
  Cc: nm, Tero Kristo, Rob Herring, linux-arm-kernel, devicetree, linux-kernel

Hi Dhruva

On 30/12/22 22:25, Bryan Brattlof wrote:
> On December 27, 2022 thus sayeth Dhruva Gole:
>> Fixes the clock Device ID's in the DT according to the tisci docs clock
>> identifiers for AM62x
>>
>> Signed-off-by: Dhruva Gole <d-gole@ti.com>
>> ---
> 
> Good catch!
> 

Indeed

> Reviewed-by: Bryan Brattlof <bb@ti.com>
> 
> ~Bryan

This lacks Fixes: tag. Could you provide one?

-- 
Regards
Vignesh

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-02  4:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27  5:12 [PATCH] arm64: dts: ti: k3-am62-main: Fix clocks for McSPI Dhruva Gole
2022-12-27  5:12 ` Dhruva Gole
2022-12-30 16:55 ` Bryan Brattlof
2022-12-30 16:55   ` Bryan Brattlof
2023-01-02  4:06   ` Vignesh Raghavendra
2023-01-02  4:06     ` Vignesh Raghavendra

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.