]> Pileus Git - ~andy/linux/commitdiff
arm/dts: omap4-sdp: Add fixed regulator to represent VBAT
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 8 Jun 2012 14:02:01 +0000 (17:02 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 9 Jul 2012 12:34:33 +0000 (05:34 -0700)
There are devices connected to VBAT.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4-sdp.dts

index d08c4d1372800a0f944489ace4495db188c499c7..b33f2617ebab137b1b3a1ba70f7797661916f034 100644 (file)
                regulator-boot-on;
        };
 
+       vbat: fixedregulator@2 {
+               compatible = "regulator-fixed";
+               regulator-name = "VBAT";
+               regulator-min-microvolt = <3750000>;
+               regulator-max-microvolt = <3750000>;
+               regulator-boot-on;
+       };
+
        leds {
                compatible = "gpio-leds";
                debug0 {