1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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>
This commit is contained in:
Lokesh Vutla
2017-08-21 12:50:57 +05:30
committed by Tom Rini
parent 9120ef079c
commit cd43b51600
2 changed files with 6 additions and 0 deletions

View File

@@ -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