Commit e509e404 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard

ARM: dts: sunxi: Add reg_vcc3v3 supply to sunxi-common-regulators.dtsi

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 3906c0a6
......@@ -72,4 +72,11 @@ reg_usb2_vbus: usb2-vbus {
gpio = <&pio 7 3 0>;
status = "disabled";
};
reg_vcc3v3: vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};
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