Commit e97afba3 authored by Dennis Gilmore's avatar Dennis Gilmore Committed by Heiko Stuebner

arm64: dts: rockchip: enable tsadc on helios64

Enable the tsadc thermal controller on the helios64
Signed-off-by: default avatarDennis Gilmore <dgilmore@redhat.com>
Link: https://lore.kernel.org/r/20210715025635.70452-4-dgilmore@redhat.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent fec9fd04
......@@ -502,6 +502,14 @@ &tcphy1 {
status = "okay";
};
&tsadc {
/* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-mode = <1>;
/* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-polarity = <1>;
status = "okay";
};
&u2phy1 {
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