From: Richard Zhao Date: Thu, 2 Feb 2012 02:12:02 +0000 (+0800) Subject: ARM: dts: imx6q-sabrelite: add 2p5v and 3p3v regulators X-Git-Tag: v3.4-rc1~71^2~13^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf37a8ee60322992d5aa598bb8edc6fb9c80e2e4;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ARM: dts: imx6q-sabrelite: add 2p5v and 3p3v regulators Signed-off-by: Richard Zhao Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts index 08d920d..cdc2ad6 100644 --- a/arch/arm/boot/dts/imx6q-sabrelite.dts +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts @@ -46,4 +46,24 @@ }; }; }; + + regulators { + compatible = "simple-bus"; + + reg_2p5v: 2p5v { + compatible = "regulator-fixed"; + regulator-name = "2P5V"; + regulator-min-microvolt = <2500000>; + regulator-max-microvolt = <2500000>; + regulator-always-on; + }; + + reg_3p3v: 3p3v { + compatible = "regulator-fixed"; + regulator-name = "3P3V"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-always-on; + }; + }; };