From: Peter Ujfalusi Date: Fri, 8 Jun 2012 14:02:01 +0000 (+0300) Subject: arm/dts: omap4-sdp: Add fixed regulator to represent VBAT X-Git-Tag: next-20120724~11^2~14^2~10^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4814f2f7a9b09866527c1e95a8947e47b348133e;p=karo-tx-linux.git arm/dts: omap4-sdp: Add fixed regulator to represent VBAT There are devices connected to VBAT. Signed-off-by: Peter Ujfalusi Signed-off-by: Tony Lindgren --- 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 {