summaryrefslogtreecommitdiff
path: root/include/twl6030.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 18:18:51 (GMT)
committerTom Rini <trini@konsulko.com>2016-03-15 19:10:51 (GMT)
commita85362fb3e1fc7833723accddbbae431091d06b8 (patch)
tree60790c8114587af290b4ab1ff71347a7195ed2a3 /include/twl6030.h
parentd7b6a75497ea2a33a1d2e4b8fa4d98dc8c7e876b (diff)
downloadu-boot-fsl-qoriq-a85362fb3e1fc7833723accddbbae431091d06b8.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/twl6030.h b/include/twl6030.h
index a17a9b5..04295c9 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 */