Pass the fixed voltage regulator information for
omap4panda board from device tree.

Signed-off-by: Rajendra Nayak <rna...@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

--
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

Reply via email to