summaryrefslogtreecommitdiffstats
path: root/board/overo
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-11-08 20:55:47 +0100
committerTom Rini <trini@ti.com>2014-12-04 21:28:15 -0500
commitaac5450ea92abc9109a78cc099d366962148719f (patch)
tree5a0608bbad849c53e3228da83f8b667be9969a84 /board/overo
parentf3e85e4825e02fbd21859c35881f639a2c3e7afd (diff)
downloadblackbird-obmc-uboot-aac5450ea92abc9109a78cc099d366962148719f.tar.gz
blackbird-obmc-uboot-aac5450ea92abc9109a78cc099d366962148719f.zip
omap_hsmmc: Board-specific TWL4030 MMC power initializations
Boards using the TWL4030 regulator may not all use the LDOs the same way (e.g. MMC2 power can be controlled by another LDO than VMMC2). This delegates TWL4030 MMC power initializations to board-specific functions, that may still call twl4030_power_mmc_init for the default behavior. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@ti.com> [trini: Fix omap3_evm warning, add twl4030.h] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/overo')
-rw-r--r--board/overo/overo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/overo/overo.c b/board/overo/overo.c
index dfb8602baf..b7f85e711b 100644
--- a/board/overo/overo.c
+++ b/board/overo/overo.c
@@ -493,6 +493,13 @@ int board_mmc_init(bd_t *bis)
}
#endif
+#if defined(CONFIG_GENERIC_MMC)
+void board_mmc_power_init(void)
+{
+ twl4030_power_mmc_init(0);
+}
+#endif
+
#if defined(CONFIG_USB_EHCI) && !defined(CONFIG_SPL_BUILD)
static struct omap_usbhs_board_data usbhs_bdata = {
.port_mode[0] = OMAP_USBHS_PORT_MODE_UNUSED,
OpenPOWER on IntegriCloud