Skip to content

Commit

Permalink
arm/dts: omap4-sdp: Add fixed regulator to represent VBAT
Browse files Browse the repository at this point in the history
There are devices connected to VBAT.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Peter Ujfalusi authored and Tony Lindgren committed Jul 9, 2012
1 parent a4c3831 commit 4814f2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap4-sdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4814f2f

Please sign in to comment.