diff options
author | Keerthy <j-keerthy@ti.com> | 2023-04-05 16:53:25 -0500 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2023-06-15 11:04:13 +0530 |
commit | 64821fbf67382951c5eae4e088df93f236c1ead6 (patch) | |
tree | 47b0e48a655a6921f9e5b904262af6349e5df3c3 /arch/arm64/boot/dts/ti/k3-j784s4.dtsi | |
parent | 225312fbaf37bb283dbc92a0a1d4dfe58629ab64 (diff) | |
download | lwn-64821fbf67382951c5eae4e088df93f236c1ead6.tar.gz lwn-64821fbf67382951c5eae4e088df93f236c1ead6.zip |
arm64: dts: ti: j784s4: Add VTM node
VTM stands for Voltage Thermal Management. Add the thermal zones.
Seven sensors mapping to seven thermal zones. Main0, Main1, Main2, Main3,
Main4, 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-5-bb@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-j784s4.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j784s4.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j784s4.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4.dtsi index 2e03d84da7d2..cd403c3d2be8 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j784s4.dtsi @@ -281,6 +281,10 @@ <0x07 0x00000000 0x07 0x00000000 0x01 0x00000000>; /* FSS OSPI1 data region 3*/ }; }; + + thermal_zones: thermal-zones { + #include "k3-j784s4-thermal.dtsi" + }; }; /* Now include peripherals from each bus segment */ |