diff mbox series

arm64: dts: rockchip: add saradc to rk3568-evb1-v10

Message ID 20210823110716.10038-1-michael.riesch@wolfvision.net (mailing list archive)
State New, archived
Headers show
Series arm64: dts: rockchip: add saradc to rk3568-evb1-v10 | expand

Commit Message

Michael Riesch Aug. 23, 2021, 11:07 a.m. UTC
Add the SARADC to the device tree of the RK3568 EVB1.

Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
 arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Heiko Stuebner Aug. 23, 2021, 6:42 p.m. UTC | #1
On Mon, 23 Aug 2021 13:07:16 +0200, Michael Riesch wrote:
> Add the SARADC to the device tree of the RK3568 EVB1.

Applied, thanks!

[1/1] arm64: dts: rockchip: add saradc to rk3568-evb1-v10
      commit: b12a5946f5ea7a54b8b983c42f0812152e3122de

Best regards,
diff mbox series

Patch

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>;