From patchwork Sat Dec 29 21:04:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: ARM: dts: omap3-igep: Add fixed always-on regulators to common dtsi file From: Ezequiel Garcia X-Patchwork-Id: 208684 Message-Id: <1356815084-6943-1-git-send-email-ezequiel.garcia@free-electrons.com> To: , , Cc: Ezequiel Garcia , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Enric Balletbo i Serra , Ezequiel Garcia , Javier Martinez Canillas Date: Sat, 29 Dec 2012 18:04:44 -0300 These regulators are common to igep0020 and igep0030 boards and are needed by smsc911x controller. Cc: BenoƮt Cousson Cc: Tony Lindgren Cc: Enric Balletbo i Serra Cc: Javier Martinez Canillas Signed-off-by: Ezequiel Garcia --- arch/arm/boot/dts/omap3-igep.dtsi | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi index dd01c46..91a42ce 100644 --- a/arch/arm/boot/dts/omap3-igep.dtsi +++ b/arch/arm/boot/dts/omap3-igep.dtsi @@ -24,6 +24,18 @@ ti,mcbsp = <&mcbsp2>; ti,codec = <&twl_audio>; }; + + vddvario: regulator-vddvario { + compatible = "regulator-fixed"; + regulator-name = "vddvario"; + regulator-always-on; + }; + + vdd33a: regulator-vdd33a { + compatible = "regulator-fixed"; + regulator-name = "vdd33a"; + regulator-always-on; + }; }; &omap3_pmx_core {