aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Riesch <[email protected]>2021-08-23 13:07:16 +0200
committerHeiko Stuebner <[email protected]>2021-09-15 17:50:45 +0200
commitcf1944727c94b52ca49dcdbf7792c790fcb51fe5 (patch)
treeec6c1aa8707520fdc7dd1dd781cd6412ed68138d
parent932b4610f55b49f3a158b0db451137bab7ed0e1f (diff)
arm64: dts: rockchip: add saradc to rk3568-evb1-v10
Add the SARADC to the device tree of the RK3568 EVB1. Signed-off-by: Michael Riesch <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
index 1bc79e95b2fb..184e2aa2416a 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
@@ -360,6 +360,11 @@
status = "okay";
};
+&saradc {
+ vref-supply = <&vcca_1v8>;
+ status = "okay";
+};
+
&sdhci {
bus-width = <8>;
max-frequency = <200000000>;