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

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
......@@ -302,6 +302,12 @@ &sdmmc {
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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment