Commit 7fd28c6a authored by Keerthy's avatar Keerthy Committed by Tero Kristo
Browse files

arm64: dts: ti: am65-wakeup: Add VTM node



VTM stands for voltage and thermal management.

Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Reviewed-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent 0836dace
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>;
	};
};