OSDN Git Service

arm64: dts: rockchip: enable the tsadc on rk3568-evb1-v10
authorMichael Riesch <michael.riesch@wolfvision.net>
Wed, 9 Feb 2022 21:55:49 +0000 (22:55 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 11 Feb 2022 19:27:47 +0000 (20:27 +0100)
Enable the thermal adc on the Rockchip RK3568 EVB1.

Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220209215549.94524-6-michael.riesch@wolfvision.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts

index ea18303..39c495f 100644 (file)
        status = "okay";
 };
 
+&tsadc {
+       rockchip,hw-tshut-mode = <1>;
+       rockchip,hw-tshut-polarity = <0>;
+       status = "okay";
+};
+
 &uart2 {
        status = "okay";
 };