diff options
author | Michael Trimarchi <michael@amarulasolutions.com> | 2017-10-13 19:33:32 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-10-14 21:10:31 +0200 |
commit | 345b40f1e50759d09144c4aa044d07823d77c283 (patch) | |
tree | c19fe005aae0ec6b587fb8661c412f7f8727429e /arch/arm/boot/dts/rk3288-vyasa.dts | |
parent | ARM: dts: rockchip: fix mali400 ppmmu interrupt names (diff) | |
download | linux-345b40f1e50759d09144c4aa044d07823d77c283.tar.xz linux-345b40f1e50759d09144c4aa044d07823d77c283.zip |
ARM: dts: rockchip: Enable thermal on rk3288-vyasa board
Enable thermal on rk3288-vyasa board, TSHUT is high active.
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-vyasa.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-vyasa.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-vyasa.dts b/arch/arm/boot/dts/rk3288-vyasa.dts index 932311c33650..3546eb8629c7 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"; }; |