summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2023-04-05 16:53:28 -0500
committerVignesh Raghavendra <vigneshr@ti.com>2023-06-15 11:05:33 +0530
commitd148e3fe52c855b1709ed031eff6e63e87ad0372 (patch)
tree536685afba59724d6fa7fed54e3c6c36432ba7e7 /arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
parent4aa6586a9720849527379c415d0977f0d5bcfcac (diff)
downloadlinux-d148e3fe52c855b1709ed031eff6e63e87ad0372.tar.gz
linux-d148e3fe52c855b1709ed031eff6e63e87ad0372.tar.bz2
linux-d148e3fe52c855b1709ed031eff6e63e87ad0372.zip
arm64: dts: ti: j721s2: Add VTM node
VTM stands for Voltage Thermal Management. Add the thermal zones. Six sensors mapping to six thermal zones. Main0, Main1, Main2, Main3, WKUP1 & WKUP2 domains respectively. Signed-off-by: Keerthy <j-keerthy@ti.com> [bb@ti.com: rebased on v6.3-rc1] Signed-off-by: Bryan Brattlof <bb@ti.com> Link: https://lore.kernel.org/r/20230405215328.3755561-8-bb@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi')
-rw-r--r--arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi8
1 files changed, 8 insertions, 0 deletions
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 6e981fe4727e..9c6bb6db59f8 100644
--- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
@@ -423,4 +423,12 @@
status = "disabled"; /* Needs pinmux */
};
};
+
+ 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>;
+ #thermal-sensor-cells = <1>;
+ };
};