projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c3831
)
arm/dts: omap4-sdp: Add fixed regulator to represent VBAT
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 8 Jun 2012 14:02:01 +0000
(17:02 +0300)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap4-sdp.dts
b/arch/arm/boot/dts/omap4-sdp.dts
index d08c4d1372800a0f944489ace4495db188c499c7..b33f2617ebab137b1b3a1ba70f7797661916f034 100644
(file)
--- 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 {