From: Michael Riesch Date: Wed, 9 Feb 2022 21:55:49 +0000 (+0100) Subject: arm64: dts: rockchip: enable the tsadc on rk3568-evb1-v10 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=679f048a10d8322d79010e0e52f18a6c17bdf306;p=linux.git arm64: dts: rockchip: enable the tsadc on rk3568-evb1-v10 Enable the thermal adc on the Rockchip RK3568 EVB1. Signed-off-by: Michael Riesch Link: https://lore.kernel.org/r/20220209215549.94524-6-michael.riesch@wolfvision.net Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts index ea18303f65324..39c495ff01572 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts @@ -467,6 +467,12 @@ status = "okay"; }; +&tsadc { + rockchip,hw-tshut-mode = <1>; + rockchip,hw-tshut-polarity = <0>; + status = "okay"; +}; + &uart2 { status = "okay"; };