Skip to content

Commit 605f564

Browse files
cleveHEXwens
authored andcommitted
arm64: dts: allwinner: h5: NanoPi NEO Plus2: Use regulators for pio
Pin controllers pio and r_pio will have proper regulators assigned. Signed-off-by: Kryštof Černý <[email protected]> Reviewed-by: Andre Przywara <[email protected]> Link: https://lore.kernel.org/r/[email protected] [[email protected]: Make "h5" lowercase to match most commits] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 37ed8e7 commit 605f564

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,18 @@
171171
status = "okay";
172172
};
173173

174+
&pio {
175+
vcc-pa-supply = <&reg_vcc3v3>;
176+
vcc-pc-supply = <&reg_vcc3v3>;
177+
vcc-pd-supply = <&reg_gmac_2v5>;
178+
vcc-pf-supply = <&reg_vcc3v3>;
179+
vcc-pg-supply = <&reg_vcc3v3>;
180+
};
181+
182+
&r_pio {
183+
vcc-pl-supply = <&reg_vcc3v3>;
184+
};
185+
174186
&uart0 {
175187
pinctrl-names = "default";
176188
pinctrl-0 = <&uart0_pa_pins>;

0 commit comments

Comments
 (0)