Commit b928fd46 authored by Jernej Skrabec's avatar Jernej Skrabec Committed by Maxime Ripard

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: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 34b6826d
...@@ -106,6 +106,12 @@ &ohci3 { ...@@ -106,6 +106,12 @@ &ohci3 {
status = "okay"; status = "okay";
}; };
&pio {
vcc-pc-supply = <&reg_bldo2>;
vcc-pd-supply = <&reg_cldo1>;
vcc-pg-supply = <&reg_aldo1>;
};
&r_i2c { &r_i2c {
status = "okay"; status = "okay";
...@@ -230,6 +236,10 @@ &r_ir { ...@@ -230,6 +236,10 @@ &r_ir {
status = "okay"; status = "okay";
}; };
&r_pio {
vcc-pm-supply = <&reg_bldo3>;
};
&rtc { &rtc {
clocks = <&ext_osc32k>; clocks = <&ext_osc32k>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment