These regulators are common to igep0020 and igep0030 boards and are needed by smsc911x controller.
Cc: BenoƮt Cousson <b-cous...@ti.com> Cc: Tony Lindgren <t...@atomide.com> Cc: Enric Balletbo i Serra <eballe...@gmail.com> Cc: Javier Martinez Canillas <jav...@dowhile0.org> Signed-off-by: Ezequiel Garcia <ezequiel.gar...@free-electrons.com> --- 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 { -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html