2024-02-01 08:08:17

by Manorit Chawdhry

[permalink] [raw]
Subject: [PATCH v2 0/2] TI: K3: Fix the device IDs for VTM node.

Signed-off-by: Manorit Chawdhry <[email protected]>
---
Changes in v2:
- Fix the device ID for J784s4 ( Andrew )
- Link to v1: https://lore.kernel.org/r/20240131-b4-upstream-j721s2-fix-vtm-devid-v1-1-94c927bb9595@ti.com

---
Manorit Chawdhry (2):
arm64: dts: ti: k3-j721s2: Fix power domain for VTM node
arm64: dts: ti: k3-j784s4: Fix power domain for VTM node

arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 2 +-
arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 774551425799cb5bbac94e1768fd69eec4f78dd4
change-id: 20240123-b4-upstream-j721s2-fix-vtm-devid-86e55c8a59ca

Best regards,
--
Manorit Chawdhry <[email protected]>



2024-02-01 08:08:31

by Manorit Chawdhry

[permalink] [raw]
Subject: [PATCH v2 1/2] arm64: dts: ti: k3-j721s2: Fix power domain for VTM node

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 <[email protected]>
Reviewed-by: Andrew Davis <[email protected]>
---
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>;
};


--
2.43.0


2024-02-01 08:08:47

by Manorit Chawdhry

[permalink] [raw]
Subject: [PATCH v2 2/2] arm64: dts: ti: k3-j784s4: Fix power domain for VTM node

Fix the power domain device ID for wkup_vtm0 node.

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

diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi
index 3902a921d7e5..337122c3f402 100644
--- a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi
@@ -628,7 +628,7 @@ wkup_vtm0: temperature-sensor@42040000 {
compatible = "ti,j7200-vtm";
reg = <0x00 0x42040000 0x00 0x350>,
<0x00 0x42050000 0x00 0x350>;
- power-domains = <&k3_pds 154 TI_SCI_PD_SHARED>;
+ power-domains = <&k3_pds 243 TI_SCI_PD_SHARED>;
#thermal-sensor-cells = <1>;
};


--
2.43.0


2024-02-01 15:12:43

by Andrew Davis

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] arm64: dts: ti: k3-j784s4: Fix power domain for VTM node

On 2/1/24 2:07 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/j784s4/devices.html
> Fixes: 64821fbf6738 ("arm64: dts: ti: j784s4: Add VTM node")
> Signed-off-by: Manorit Chawdhry <[email protected]>
> ---

Reviewed-by: Andrew Davis <[email protected]>

> arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi
> index 3902a921d7e5..337122c3f402 100644
> --- a/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi
> @@ -628,7 +628,7 @@ wkup_vtm0: temperature-sensor@42040000 {
> compatible = "ti,j7200-vtm";
> reg = <0x00 0x42040000 0x00 0x350>,
> <0x00 0x42050000 0x00 0x350>;
> - power-domains = <&k3_pds 154 TI_SCI_PD_SHARED>;
> + power-domains = <&k3_pds 243 TI_SCI_PD_SHARED>;
> #thermal-sensor-cells = <1>;
> };
>
>

2024-02-06 08:44:35

by Vignesh Raghavendra

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] TI: K3: Fix the device IDs for VTM node.

Hi Manorit Chawdhry,

On Thu, 01 Feb 2024 13:37:25 +0530, Manorit Chawdhry wrote:
>


I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/2] arm64: dts: ti: k3-j721s2: Fix power domain for VTM node
commit: 5ef196ed912e80a1e64936119ced8d7eb5635f0f
[2/2] arm64: dts: ti: k3-j784s4: Fix power domain for VTM node
commit: e4d252e6d29208aea56d4c04270523e306b1e3c2

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh