diff options
author | Lokesh Vutla | 2017-08-21 12:50:57 +0530 |
---|---|---|
committer | Tom Rini | 2017-09-11 16:19:43 -0400 |
commit | cd43b51600918a03216146c1bb4a73f4d7f04901 (patch) | |
tree | 08f1c5bc839ee8ac01691077006527b7272b4a5c /include/palmas.h | |
parent | 9120ef079c0f4ea3732bd19f3df169380b26a1e2 (diff) |
board: ti: dra76-evm: Add support for powering on mmc ldo
ldo4 is used to poweron mmc on dra76-evm. Enable it.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
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 404c2b3ca7b..d366c98d22e 100644 --- a/include/palmas.h +++ b/include/palmas.h @@ -38,6 +38,10 @@ #define LDO2_CTRL 0x52 #define LDO2_VOLTAGE 0x53 +/* LDO2 control/voltage */ +#define LDO4_CTRL 0x5e +#define LDO4_VOLTAGE 0x5f + /* LDO9 control/voltage */ #define LDO9_CTRL 0x60 #define LDO9_VOLTAGE 0x61 |