Skip to content

Commit 5d1d164

Browse files
openedevmmind
authored andcommitted
ARM: dts: rockchip: Add 3V3_SYS regulator for edgeble-neu2
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> Link: https://lore.kernel.org/r/20230731103518.2906147-13-jagan@edgeble.ai Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent f544630 commit 5d1d164

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/rockchip/rv1126-edgeble-neu2-io.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
chosen {
2121
stdout-path = "serial2:1500000n8";
2222
};
23+
24+
v3v3_sys: v3v3-sys-regulator {
25+
compatible = "regulator-fixed";
26+
regulator-name = "v3v3_sys";
27+
regulator-always-on;
28+
regulator-boot-on;
29+
regulator-min-microvolt = <3300000>;
30+
regulator-max-microvolt = <3300000>;
31+
vin-supply = <&vcc5v0_sys>;
32+
};
2333
};
2434

2535
&gmac {

0 commit comments

Comments
 (0)