diff mbox

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

Message ID 20180130101555.41475-1-klaus.goger@theobroma-systems.com (mailing list archive)
State New, archived
Headers show

Commit Message

Klaus Goger Jan. 30, 2018, 10:15 a.m. UTC
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>

---

 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Heiko Stübner Feb. 2, 2018, 10:01 p.m. UTC | #1
Am Dienstag, 30. Januar 2018, 11:15:55 CET schrieb Klaus Goger:
> 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>

applied for 4.17

Thanks
Heiko
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
index a3fcb803ff69..524f47c7e79f 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi
@@ -523,6 +523,12 @@ 
 	};
 };
 
+&tsadc {
+	rockchip,hw-tshut-mode = <1>;
+	rockchip,hw-tshut-polarity = <1>;
+	status = "okay";
+};
+
 &u2phy1 {
 	status = "okay";