Skip to content
Snippets Groups Projects
Commit 35fe1cb0 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tom Rini
Browse files

ARM: OMAP5: Power: add LDO2 support for Palmas driver


Add defines required to turn on LDO2 regulator.

Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
parent 4b5d3839
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#define LDO1_CTRL 0x50 #define LDO1_CTRL 0x50
#define LDO1_VOLTAGE 0x51 #define LDO1_VOLTAGE 0x51
/* LDO2 control/voltage */
#define LDO2_CTRL 0x52
#define LDO2_VOLTAGE 0x53
/* LDO9 control/voltage */ /* LDO9 control/voltage */
#define LDO9_CTRL 0x60 #define LDO9_CTRL 0x60
#define LDO9_VOLTAGE 0x61 #define LDO9_VOLTAGE 0x61
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment