projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5d383
)
ARM: OMAP5: Power: add LDO2 support for Palmas driver
author
Dmitry Lifshitz
<lifshitz@compulab.co.il>
Sun, 27 Apr 2014 10:17:26 +0000
(13:17 +0300)
committer
Tom Rini
<trini@ti.com>
Tue, 13 May 2014 23:43:00 +0000
(19:43 -0400)
Add defines required to turn on LDO2 regulator.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
include/palmas.h
patch
|
blob
|
history
diff --git
a/include/palmas.h
b/include/palmas.h
index
eaf3670
..
cca3f9a
100644
(file)
--- a/
include/palmas.h
+++ b/
include/palmas.h
@@
-24,6
+24,10
@@
#define LDO1_CTRL 0x50
#define LDO1_VOLTAGE 0x51
+/* LDO2 control/voltage */
+#define LDO2_CTRL 0x52
+#define LDO2_VOLTAGE 0x53
+
/* LDO9 control/voltage */
#define LDO9_CTRL 0x60
#define LDO9_VOLTAGE 0x61