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

Signed-off-by: Rajendra Nayak <[email protected]>
---
 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

_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to