Commit 8c653f9a authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: dts: rockchip: enable tsadc on rk3288 boards

The tsadc is used to read cpu and gpu temperatures. Also enable it on the
other rk3288 boards beside the evb using the cru reset settings.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 71126029
......@@ -465,6 +465,12 @@ &spi0 {
status = "okay";
};
&tsadc {
rockchip,hw-tshut-mode = <0>;
rockchip,hw-tshut-polarity = <0>;
status = "okay";
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_xfer>, <&uart0_cts>, <&uart0_rts>;
......
......@@ -406,6 +406,12 @@ pmic_int: pmic-int {
};
};
&tsadc {
rockchip,hw-tshut-mode = <0>;
rockchip,hw-tshut-polarity = <0>;
status = "okay";
};
&vopb {
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