[RFC PATCH 08/11] omap4: panda: Pass fixed regulator data from DT
Rajendra Nayak
rnayak at ti.com
Thu Sep 15 21:22:04 EST 2011
Pass the fixed voltage regulator information for
omap4panda board from device tree.
Signed-off-by: Rajendra Nayak <rnayak at ti.com>
---
arch/arm/boot/dts/omap4-panda.dts | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts
index 0a83e3f..9c34c7f 100644
--- a/arch/arm/boot/dts/omap4-panda.dts
+++ b/arch/arm/boot/dts/omap4-panda.dts
@@ -52,6 +52,16 @@
interrupts = <11>;
reg = <0>;
};
+
+ vwl1271-fixedregulator {
+ compatible = "regulator-fixed","ti,twl-reg";
+ supply-name = "vwl1271";
+ microvolts = <1800000>;
+ gpio = <43>;
+ startup-delay = <70000>;
+ enable-high;
+ enabled-at-boot;
+ };
};
};
--
1.7.1
More information about the devicetree-discuss
mailing list