arm64: dts: allwinner: h6: orangepi: Add gpio power supply

OrangePi Lite2 and One Plus have GPIO ports powered by same power
supplies. Add them in common DT.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
This commit is contained in:
Jernej Skrabec 2020-04-13 08:24:31 +02:00 committed by Maxime Ripard
parent 34b6826df7
commit b928fd4674
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
1 changed files with 10 additions and 0 deletions

View File

@ -106,6 +106,12 @@ &ohci3 {
status = "okay";
};
&pio {
vcc-pc-supply = <&reg_bldo2>;
vcc-pd-supply = <&reg_cldo1>;
vcc-pg-supply = <&reg_aldo1>;
};
&r_i2c {
status = "okay";
@ -230,6 +236,10 @@ &r_ir {
status = "okay";
};
&r_pio {
vcc-pm-supply = <&reg_bldo3>;
};
&rtc {
clocks = <&ext_osc32k>;
};