[PATCH 2/2] arm64: dts: rockchip: Enable the tsadc on Rock-5B

Emmanuel Gil Peyrot linkmauve at linkmauve.fr
Mon Jan 22 12:34:58 PST 2024


This is the board I’ve tested the previous commit on.

Signed-off-by: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
---
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
index a0e303c3a1dc..2c6e55f0a5fa 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -731,6 +731,10 @@ regulator-state-mem {
 	};
 };
 
+&tsadc {
+	status = "okay";
+};
+
 &uart2 {
 	pinctrl-0 = <&uart2m0_xfer>;
 	status = "okay";
-- 
2.43.0




More information about the linux-arm-kernel mailing list