summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2020-04-07 08:51:15 +0300
committerTero Kristo <t-kristo@ti.com>2020-04-27 13:14:32 +0300
commit7fd28c6ab83d7e9fe00b796d9fb779617ee5d86f (patch)
tree09caa5cc0daa50b8492f7fe51a3d19c16b18307d
parent0836dacecf48a4fef6e625d4f64f9dea3a2aab8d (diff)
downloadlinux-7fd28c6ab83d7e9fe00b796d9fb779617ee5d86f.tar.xz
arm64: dts: ti: am65-wakeup: Add VTM node
VTM stands for voltage and thermal management. 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>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi7
1 files changed, 7 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 f4227e2743f2..98b89cf0ccdf 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
@@ -89,4 +89,11 @@
clocks = <&k3_clks 59 0>;
clock-names = "gpio";
};
+
+ wkup_vtm0: thermal@42050000 {
+ compatible = "ti,am654-vtm";
+ reg = <0x42050000 0x25c>;
+ power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
+ #thermal-sensor-cells = <1>;
+ };
};