aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sunxi-common-regulators.dtsi
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-09-17 00:04:45 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-09-17 17:45:45 +0200
commita5a68f7509b86bf08a18ed6e4af9226ca5be1634 (patch)
tree8067c7b6be61c8b96e90862832a6a4bfc80ea5a7 /arch/arm/boot/dts/sunxi-common-regulators.dtsi
parentd02fc738a9a9e6cddeed0bf00771286e22d52dee (diff)
ARM: dts: sunxi: Add fixed 5V regulator
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>
Diffstat (limited to 'arch/arm/boot/dts/sunxi-common-regulators.dtsi')
-rw-r--r--arch/arm/boot/dts/sunxi-common-regulators.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sunxi-common-regulators.dtsi b/arch/arm/boot/dts/sunxi-common-regulators.dtsi
index 3d021efd1a38..c9c5b10e03eb 100644
--- a/arch/arm/boot/dts/sunxi-common-regulators.dtsi
+++ b/arch/arm/boot/dts/sunxi-common-regulators.dtsi
@@ -86,4 +86,11 @@
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>;
+ };
};