ARM: dts: sun7i: olimex-lime2: Add regulators for GPIO banks
Make sure that A20 Olimex Lime2 pin bank regulators are properly represented. While pin banks A, B and F are connected to 3.3V static regulator, pin banks E and G tied with LDO3 and LDO4 regulators with 2.8V reference. Signed-off-by: Priit Laes <priit.laes@paf.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
parent
ff8e860249
commit
cd42ca0515
|
@ -174,6 +174,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&pio {
|
&pio {
|
||||||
|
vcc-pa-supply = <®_vcc3v3>;
|
||||||
|
vcc-pc-supply = <®_vcc3v3>;
|
||||||
|
vcc-pe-supply = <®_ldo3>;
|
||||||
|
vcc-pf-supply = <®_vcc3v3>;
|
||||||
|
vcc-pg-supply = <®_ldo4>;
|
||||||
|
|
||||||
led_pins_olinuxinolime: led-pins {
|
led_pins_olinuxinolime: led-pins {
|
||||||
pins = "PH2";
|
pins = "PH2";
|
||||||
function = "gpio_out";
|
function = "gpio_out";
|
||||||
|
|
Loading…
Reference in New Issue