diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-02-27 19:18:51 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-15 15:10:51 -0400 |
commit | a85362fb3e1fc7833723accddbbae431091d06b8 (patch) | |
tree | 60790c8114587af290b4ab1ff71347a7195ed2a3 /include/twl6030.h | |
parent | d7b6a75497ea2a33a1d2e4b8fa4d98dc8c7e876b (diff) | |
download | u-boot-a85362fb3e1fc7833723accddbbae431091d06b8.tar.gz |
power: twl6030: Device-index-specific MMC power initialization
Not every device has multiple MMC slots available, so it makes sense to enable
only the required LDOs for the available slots. Generic code in omap_hsmmc will
enable both VMMC and VAUX1, in doubt.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/twl6030.h')
-rw-r--r-- | include/twl6030.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/twl6030.h b/include/twl6030.h index a17a9b5f9e..04295c92c5 100644 --- a/include/twl6030.h +++ b/include/twl6030.h @@ -185,6 +185,6 @@ void twl6030_start_usb_charging(void); void twl6030_stop_usb_charging(void); int twl6030_get_battery_voltage(void); int twl6030_get_battery_current(void); -void twl6030_power_mmc_init(void); +void twl6030_power_mmc_init(int dev_index); #endif /* TWL6030_H */ |