summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4-sdp.dts
diff options
context:
space:
mode:
authorPeter Ujfalusi2012-06-08 16:02:01 +0200
committerTony Lindgren2012-07-09 14:34:33 +0200
commit4814f2f7a9b09866527c1e95a8947e47b348133e (patch)
treee5952b0c873d35086d504c37d6c70fe0bce23b54 /arch/arm/boot/dts/omap4-sdp.dts
parentarm/dts: omap4: Add entry for OMAP DMIC IP (diff)
downloadkernel-qcow2-linux-4814f2f7a9b09866527c1e95a8947e47b348133e.tar.gz
kernel-qcow2-linux-4814f2f7a9b09866527c1e95a8947e47b348133e.tar.xz
kernel-qcow2-linux-4814f2f7a9b09866527c1e95a8947e47b348133e.zip
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.dts8
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 {