arm64: dts: ti: am65-wakeup: Add VTM node
authorKeerthy <j-keerthy@ti.com>
Tue, 7 Apr 2020 05:51:15 +0000 (11:21 +0530)
committerTero Kristo <t-kristo@ti.com>
Mon, 27 Apr 2020 10:14:32 +0000 (13:14 +0300)
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>
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi

index f4227e2..98b89cf 100644 (file)
                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>;
+       };
 };