summaryrefslogtreecommitdiffstats
path: root/include/twl4030.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-11-08 20:55:46 +0100
committerTom Rini <trini@ti.com>2014-12-04 11:04:40 -0500
commitf3e85e4825e02fbd21859c35881f639a2c3e7afd (patch)
tree2166e4d0ef572c57360363b8ba452419beaaf312 /include/twl4030.h
parent95de9ab201e9c43c8969321711de9e93e444e420 (diff)
downloadblackbird-obmc-uboot-f3e85e4825e02fbd21859c35881f639a2c3e7afd.tar.gz
blackbird-obmc-uboot-f3e85e4825e02fbd21859c35881f639a2c3e7afd.zip
twl4030: device-index-specific MMC power initializations, common ramp-up delay
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 VMMC1 and VMMC2, in doubt. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/twl4030.h')
-rw-r--r--include/twl4030.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/twl4030.h b/include/twl4030.h
index f33cd1eaed..50f8da822a 100644
--- a/include/twl4030.h
+++ b/include/twl4030.h
@@ -651,7 +651,7 @@ void twl4030_pmrecv_vsel_cfg(u8 vsel_reg, u8 vsel_val,
/* For initializing power device */
void twl4030_power_init(void);
/* For initializing mmc power */
-void twl4030_power_mmc_init(void);
+void twl4030_power_mmc_init(int dev_index);
/*
* LED
OpenPOWER on IntegriCloud