diff options
author | Dmitry Lifshitz | 2014-04-27 13:17:26 +0300 |
---|---|---|
committer | Tom Rini | 2014-05-13 19:43:00 -0400 |
commit | 35fe1cb0c1a1bff450449b4bc7236aa6dbedb054 (patch) | |
tree | d7135f1beb5324b9246fb4b6060c956fb26710ff /include/palmas.h | |
parent | 4b5d3839249afaaec51e50adc05a55b1fe74f610 (diff) |
ARM: OMAP5: Power: add LDO2 support for Palmas driver
Add defines required to turn on LDO2 regulator.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Diffstat (limited to 'include/palmas.h')
-rw-r--r-- | include/palmas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/palmas.h b/include/palmas.h index eaf367086c4..cca3f9a9d19 100644 --- 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 |