Skip to content

Commit

Permalink
arm64: dts: allwinner: h5: NanoPi NEO Plus2: Use regulators for pio
Browse files Browse the repository at this point in the history
Pin controllers pio and r_pio will have proper regulators assigned.

Signed-off-by: Kryštof Černý <cleverline1mc@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20240905-nanopi-neo-plus2-regfix-v3-2-1895dff59598@gmail.com
[wens@csie.org: Make "h5" lowercase to match most commits]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
  • Loading branch information
cleveHEX authored and wens committed Sep 11, 2024
1 parent 37ed8e7 commit 605f564
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,18 @@
status = "okay";
};

&pio {
vcc-pa-supply = <&reg_vcc3v3>;
vcc-pc-supply = <&reg_vcc3v3>;
vcc-pd-supply = <&reg_gmac_2v5>;
vcc-pf-supply = <&reg_vcc3v3>;
vcc-pg-supply = <&reg_vcc3v3>;
};

&r_pio {
vcc-pl-supply = <&reg_vcc3v3>;
};

&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pa_pins>;
Expand Down

0 comments on commit 605f564

Please sign in to comment.