Browse Source

arm64: dts: rockchip: enable tsadc on rk3399-puma

Enable the SoC thermal sensor on RK3399-Q7 (Puma).
As we want to do do a full board reset instead of just a SoC one, set
hw-tshut-mode to GPIO.

Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Klaus Goger 7 years ago
parent
commit
32c79915e0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

+ 6 - 0
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

@@ -505,6 +505,12 @@
 	};
 	};
 };
 };
 
 
+&tsadc {
+	rockchip,hw-tshut-mode = <1>;
+	rockchip,hw-tshut-polarity = <1>;
+	status = "okay";
+};
+
 &u2phy1 {
 &u2phy1 {
 	status = "okay";
 	status = "okay";