[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200331075356.19171-5-j-keerthy@ti.com>
Date: Tue, 31 Mar 2020 13:23:56 +0530
From: Keerthy <j-keerthy@...com>
To: <rui.zhang@...el.com>, <robh+dt@...nel.org>,
<daniel.lezcano@...aro.org>
CC: <j-keerthy@...com>, <amit.kucheria@...durent.com>,
<t-kristo@...com>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <linux-pm@...r.kernel.org>,
<mark.rutland@....com>
Subject: [PATCH v5 4/4] arm64: dts: ti: am6: Add VTM node
VTM stands for voltage and thermal management. Add the vtm node and
the associated thermal zones on the SoC.
Signed-off-by: Keerthy <j-keerthy@...com>
---
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
index f4227e2743f2..54a133fa1bf2 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi
@@ -89,4 +89,15 @@
clocks = <&k3_clks 59 0>;
clock-names = "gpio";
};
+
+ wkup_vtm0: thermal@...50000 {
+ compatible = "ti,am654-vtm";
+ reg = <0x42050000 0x25c>;
+ power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
+ #thermal-sensor-cells = <1>;
+ };
+
+ thermal_zones: thermal-zones {
+ #include "k3-am654-industrial-thermal.dtsi"
+ };
};
--
2.17.1
Powered by blists - more mailing lists