Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 345b40f1 authored by Michael Trimarchi's avatar Michael Trimarchi Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: Enable thermal on rk3288-vyasa board



Enable thermal on rk3288-vyasa board, TSHUT is high active.

Signed-off-by: default avatarMichael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 0133c492
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
};