ARM: sunxi: Add fixed 3V regulator
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 20 May 2014 15:47:45 +0000 (17:47 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 21 May 2014 08:23:32 +0000 (10:23 +0200)
A few boards we've seen have a fixed 3V regulator. Add this one on the common
DTSI.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/boot/dts/sunxi-common-regulators.dtsi

index 026bd83..3d021ef 100644 (file)
                status = "disabled";
        };
 
+       reg_vcc3v0: vcc3v0 {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc3v0";
+               regulator-min-microvolt = <3000000>;
+               regulator-max-microvolt = <3000000>;
+       };
+
        reg_vcc3v3: vcc3v3 {
                compatible = "regulator-fixed";
                regulator-name = "vcc3v3";