ARM: dts: sunxi: Add fixed 5V regulator
authorChen-Yu Tsai <wens@csie.org>
Tue, 16 Sep 2014 16:04:45 +0000 (00:04 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 17 Sep 2014 15:45:45 +0000 (17:45 +0200)
Most if not all boards we've seen have a fixed 5V regulator, which is
the main power supply and/or fixed output of the PMIC.

Add this one to the common regulators DTSI.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sunxi-common-regulators.dtsi

index 3d021efd1a38f6ae4f00087daef44dfd7bb85ec6..c9c5b10e03eb11dbff0c8b40bb308e8764572777 100644 (file)
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };
+
+       reg_vcc5v0: vcc5v0 {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc5v0";
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+       };
 };