From: Klaus Goger Date: Tue, 30 Jan 2018 10:15:55 +0000 (+0100) Subject: arm64: dts: rockchip: enable tsadc on rk3399-puma X-Git-Tag: v4.17-rc1~105^2~8^2~16 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=32c79915e081c82dce4e0ae8fc92d4169a829bff;p=linux-block.git 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 Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi index 1fc5060d7027..ce15a57a5b85 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi +++ b/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 { status = "okay";