linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-j721s2: Fix power domain for VTM node
@ 2024-01-31  8:18 Manorit Chawdhry
  2024-01-31 17:41 ` Andrew Davis
  0 siblings, 1 reply; 2+ messages in thread
From: Manorit Chawdhry @ 2024-01-31  8:18 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Bryan Brattlof, Keerthy
  Cc: linux-arm-kernel, devicetree, linux-kernel, Udit Kumar, Manorit Chawdhry

Fix the power domain device ID for wkup_vtm0 node.

Link: https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j721s2/devices.html
Fixes: d148e3fe52c8 ("arm64: dts: ti: j721s2: Add VTM node")
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
---
 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
index 80aa33c58a45..a47cb557dd95 100644
--- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
@@ -663,7 +663,7 @@ wkup_vtm0: temperature-sensor@42040000 {
 		compatible = "ti,j7200-vtm";
 		reg = <0x00 0x42040000 0x0 0x350>,
 		      <0x00 0x42050000 0x0 0x350>;
-		power-domains = <&k3_pds 154 TI_SCI_PD_SHARED>;
+		power-domains = <&k3_pds 180 TI_SCI_PD_SHARED>;
 		#thermal-sensor-cells = <1>;
 	};
 

---
base-commit: 774551425799cb5bbac94e1768fd69eec4f78dd4
change-id: 20240123-b4-upstream-j721s2-fix-vtm-devid-86e55c8a59ca

Best regards,
-- 
Manorit Chawdhry <m-chawdhry@ti.com>


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

* Re: [PATCH] arm64: dts: ti: k3-j721s2: Fix power domain for VTM node
  2024-01-31  8:18 [PATCH] arm64: dts: ti: k3-j721s2: Fix power domain for VTM node Manorit Chawdhry
@ 2024-01-31 17:41 ` Andrew Davis
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Davis @ 2024-01-31 17:41 UTC (permalink / raw)
  To: Manorit Chawdhry, Nishanth Menon, Vignesh Raghavendra,
	Tero Kristo, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Bryan Brattlof, Keerthy
  Cc: linux-arm-kernel, devicetree, linux-kernel, Udit Kumar

On 1/31/24 2:18 AM, Manorit Chawdhry wrote:
> Fix the power domain device ID for wkup_vtm0 node.
> 
> Link: https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j721s2/devices.html
> Fixes: d148e3fe52c8 ("arm64: dts: ti: j721s2: Add VTM node")
> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>

Looks to be wrong in J784s4 DT also, could you fix that too?

Reviewed-by: Andrew Davis <afd@ti.com>

> ---
>   arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> index 80aa33c58a45..a47cb557dd95 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> @@ -663,7 +663,7 @@ wkup_vtm0: temperature-sensor@42040000 {
>   		compatible = "ti,j7200-vtm";
>   		reg = <0x00 0x42040000 0x0 0x350>,
>   		      <0x00 0x42050000 0x0 0x350>;
> -		power-domains = <&k3_pds 154 TI_SCI_PD_SHARED>;
> +		power-domains = <&k3_pds 180 TI_SCI_PD_SHARED>;
>   		#thermal-sensor-cells = <1>;
>   	};
>   
> 
> ---
> base-commit: 774551425799cb5bbac94e1768fd69eec4f78dd4
> change-id: 20240123-b4-upstream-j721s2-fix-vtm-devid-86e55c8a59ca
> 
> Best regards,

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

end of thread, other threads:[~2024-01-31 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31  8:18 [PATCH] arm64: dts: ti: k3-j721s2: Fix power domain for VTM node Manorit Chawdhry
2024-01-31 17:41 ` Andrew Davis

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