diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-06-08 17:02:01 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-07-09 05:34:33 -0700 |
commit | 4814f2f7a9b09866527c1e95a8947e47b348133e (patch) | |
tree | e5952b0c873d35086d504c37d6c70fe0bce23b54 /arch/arm/boot/dts/omap4-sdp.dts | |
parent | a4c383196ed11283f26411dc152b7553a1f0ee9b (diff) |
arm/dts: omap4-sdp: Add fixed regulator to represent VBAT
There are devices connected to VBAT.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index d08c4d137280..b33f2617ebab 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts @@ -28,6 +28,14 @@ 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 { |