diff mbox series

[12/13] ARM: dts: rv1126: Add 3V3_SYS regulator for edgeble-neu2

Message ID 20230731103518.2906147-13-jagan@edgeble.ai (mailing list archive)
State New, archived
Headers show
Series arm64: rockchip: Add more RV1126 DT nodes | expand

Commit Message

Jagan Teki July 31, 2023, 10:35 a.m. UTC
Edgeble Neu2 IO board has 3V3_SYS regulator to power Audio, RS485,
and 4G Module.

Add regulator for it.

Signed-off-by: Jagan Teki <jagan@edgeble.ai>
---
 arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts b/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts
index bbc1cd50a1f6..1c6a6a134131 100644
--- a/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts
+++ b/arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts
@@ -20,6 +20,16 @@  aliases {
 	chosen {
 		stdout-path = "serial2:1500000n8";
 	};
+
+	v3v3_sys: v3v3-sys-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "v3v3_sys";
+		regulator-always-on;
+		regulator-boot-on;
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		vin-supply = <&vcc5v0_sys>;
+	};
 };
 
 &gmac {