From: Maxime Ripard Date: Tue, 20 May 2014 15:47:45 +0000 (+0200) Subject: ARM: sunxi: Add fixed 3V regulator X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=172cf474cb8813fef005e3dd9f6cf28545424c68;p=linux-beck.git ARM: sunxi: Add fixed 3V regulator A few boards we've seen have a fixed 3V regulator. Add this one on the common DTSI. Signed-off-by: Maxime Ripard Reviewed-by: Hans de Goede --- diff --git a/arch/arm/boot/dts/sunxi-common-regulators.dtsi b/arch/arm/boot/dts/sunxi-common-regulators.dtsi index 026bd83f078f..3d021efd1a38 100644 --- a/arch/arm/boot/dts/sunxi-common-regulators.dtsi +++ b/arch/arm/boot/dts/sunxi-common-regulators.dtsi @@ -73,6 +73,13 @@ 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";