Commit cd42ca05 authored by Priit Laes's avatar Priit Laes Committed by Maxime Ripard

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: default avatarPriit Laes <priit.laes@paf.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent ff8e8602
......@@ -174,6 +174,12 @@ &otg_sram {
};
&pio {
vcc-pa-supply = <&reg_vcc3v3>;
vcc-pc-supply = <&reg_vcc3v3>;
vcc-pe-supply = <&reg_ldo3>;
vcc-pf-supply = <&reg_vcc3v3>;
vcc-pg-supply = <&reg_ldo4>;
led_pins_olinuxinolime: led-pins {
pins = "PH2";
function = "gpio_out";
......
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