diff options
author | Shreeya Patel <[email protected]> | 2023-06-10 19:18:41 +0530 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2023-06-11 22:40:01 +0200 |
commit | a68e1aec587a75a51496f1b207272b6034cca190 (patch) | |
tree | 35a68f8a70fc084350886793a38342004751b4c9 | |
parent | a325956fa7048906e26a4535ac2e87e111788fe8 (diff) |
arm64: dts: rockchip: Add saradc node to rock5b
Add ADC support for ROCK 5B.
Signed-off-by: Shreeya Patel <[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/rk3588-rock-5b.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts index 154b1089db77..afda976680bc 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts @@ -207,6 +207,11 @@ status = "okay"; }; +&saradc { + vref-supply = <&avcc_1v8_s0>; + status = "okay"; +}; + &sdhci { bus-width = <8>; no-sdio; |