From: Michael Trimarchi Date: Fri, 13 Oct 2017 17:33:32 +0000 (+0530) Subject: ARM: dts: rockchip: Enable thermal on rk3288-vyasa board X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=345b40f1e50759d09144c4aa044d07823d77c283;p=linux.git ARM: dts: rockchip: Enable thermal on rk3288-vyasa board Enable thermal on rk3288-vyasa board, TSHUT is high active. Signed-off-by: Michael Trimarchi Signed-off-by: Jagan Teki Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288-vyasa.dts b/arch/arm/boot/dts/rk3288-vyasa.dts index 932311c336503..3546eb8629c73 100644 --- a/arch/arm/boot/dts/rk3288-vyasa.dts +++ b/arch/arm/boot/dts/rk3288-vyasa.dts @@ -302,6 +302,12 @@ status = "okay"; }; +&tsadc { + rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */ + rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */ + status = "okay"; +}; + &uart2 { status = "okay"; };