From a85362fb3e1fc7833723accddbbae431091d06b8 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 27 Feb 2016 19:18:51 +0100 Subject: 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 --- include/twl6030.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/twl6030.h') 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 */ -- cgit v1.2.3