diff options
| author | Piotr Wilczek <[email protected]> | 2012-10-19 05:34:04 +0000 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2012-11-15 21:08:19 +0900 |
| commit | 9e26d8a4a07e15cc1bd4b2aae525904ca860f452 (patch) | |
| tree | 0e58b53b39717bb385e2bb637a24363313720593 | |
| parent | ff0fedd58529e50e972d6b983c52c54a062f8c75 (diff) | |
misc:max8998 Add LDO macros
Add LDO7 and LDO17 macros to max8998_pmic.h necessary to power on the LCD.
Signed-off-by: Piotr Wilczek <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
| -rw-r--r-- | include/max8998_pmic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/max8998_pmic.h b/include/max8998_pmic.h index ca21f882c29..0e559f986aa 100644 --- a/include/max8998_pmic.h +++ b/include/max8998_pmic.h @@ -76,7 +76,9 @@ enum { #define MAX8998_LDO3 (1 << 2) #define MAX8998_LDO4 (1 << 1) +#define MAX8998_LDO7 (1 << 6) #define MAX8998_LDO8 (1 << 5) +#define MAX8998_LDO17 (1 << 4) #define MAX8998_SAFEOUT1 (1 << 4) #define MAX8998_I2C_ADDR (0xCC >> 1) |
