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

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Hans de Goede 2014-05-11 09:46:53 +02:00 committed by Maxime Ripard
parent 3906c0a688
commit e509e4044b

View File

@ -72,4 +72,11 @@
gpio = <&pio 7 3 0>;
status = "disabled";
};
reg_vcc3v3: vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
};