arm64: dts: rockchip: enable the tsadc on the
From: Heiko Stuebner <heiko@...> Date: Sun, 21 Jul 2024 10:28:44 +0200
Commit-Message
Enable the tsadc node to allow for temperature measurements of the soc. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 6 ++++++ 1 file changed, 6 insertions(+)
Statistics
- 6 lines added
- 0 lines removed
Changes
-------------- arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts --------------
index d36467c2baf02..02fa46beb6371 100644
@@ -243,6 +243,12 @@ &sdhci {
status = "okay";
};
+&tsadc {
+ rockchip,hw-tshut-mode = <1>;
+ rockchip,hw-tshut-polarity = <0>;
+ status = "okay";
+};
+
&uart0 {
status = "okay";
};