diff mbox series

[v2,09/14] arm64: dts: rockchip: enable the tsadc on the Qnap-TS433

Message ID 20240721173723.919961-10-heiko@sntech.de (mailing list archive)
State New
Headers show
Series Expand available features on Qnap TS433 | expand

Commit Message

Heiko Stuebner July 21, 2024, 5:37 p.m. UTC
Enable the tsadc node to allow for temperature measurements of the soc.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
index d36467c2baf02..02fa46beb6371 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
@@ -243,6 +243,12 @@  &sdhci {
 	status = "okay";
 };
 
+&tsadc {
+	rockchip,hw-tshut-mode = <1>;
+	rockchip,hw-tshut-polarity = <0>;
+	status = "okay";
+};
+
 &uart0 {
 	status = "okay";
 };