ARM: dts: sunxi: Add reg_vcc3v3 supply to sunxi-common-regulators.dtsi
authorHans de Goede <hdegoede@redhat.com>
Sun, 11 May 2014 07:46:53 +0000 (09:46 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 11 May 2014 17:06:47 +0000 (19:06 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sunxi-common-regulators.dtsi

index 18eeac0670b98ee705131e4bedd61b3b64d4f9b6..026bd83f078ff6b58f9ffbd76c8b380ab318eafb 100644 (file)
                gpio = <&pio 7 3 0>;
                status = "disabled";
        };
+
+       reg_vcc3v3: vcc3v3 {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc3v3";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
 };