aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorRichard Zhao <richard.zhao@linaro.org>2012-02-01 21:12:02 -0500
committerShawn Guo <shawn.guo@linaro.org>2012-02-27 01:53:29 -0500
commitcf37a8ee60322992d5aa598bb8edc6fb9c80e2e4 (patch)
tree5cc36db5ddd881789c286f60362d5399c199c261 /arch/arm/boot
parent3f8976d90bc7714e03c54778e2f6ab78436cb829 (diff)
ARM: dts: imx6q-sabrelite: add 2p5v and 3p3v regulators
Signed-off-by: Richard Zhao <richard.zhao@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6q-sabrelite.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
index 08d920de7286..cdc2ad6cb682 100644
--- a/arch/arm/boot/dts/imx6q-sabrelite.dts
+++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
@@ -46,4 +46,24 @@
46 }; 46 };
47 }; 47 };
48 }; 48 };
49
50 regulators {
51 compatible = "simple-bus";
52
53 reg_2p5v: 2p5v {
54 compatible = "regulator-fixed";
55 regulator-name = "2P5V";
56 regulator-min-microvolt = <2500000>;
57 regulator-max-microvolt = <2500000>;
58 regulator-always-on;
59 };
60
61 reg_3p3v: 3p3v {
62 compatible = "regulator-fixed";
63 regulator-name = "3P3V";
64 regulator-min-microvolt = <3300000>;
65 regulator-max-microvolt = <3300000>;
66 regulator-always-on;
67 };
68 };
49}; 69};