summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2020-04-07 11:21:16 +0530
committerTero Kristo <t-kristo@ti.com>2020-04-27 13:14:32 +0300
commit64f9147d914d355a9ca3bce5e9c901bd56d67e58 (patch)
treef7dc6eab25a1033c14caa93231207261462a9ebb /arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
parent7fd28c6ab83d7e9fe00b796d9fb779617ee5d86f (diff)
arm64: dts: ti: am654: Add thermal zones
The am654 SoC has three thermal zones namely MPU0, MPU1 and MCU zones. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi')
-rw-r--r--arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
index 98b89cf0ccdf..54a133fa1bf2 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
@@ -96,4 +96,8 @@
power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
#thermal-sensor-cells = <1>;
};
+
+ thermal_zones: thermal-zones {
+ #include "k3-am654-industrial-thermal.dtsi"
+ };
};