]> git.ipfire.org Git - people/ms/u-boot.git/commit
omap_hsmmc: Board-specific TWL6030 MMC power initialization
authorPaul Kocialkowski <contact@paulk.fr>
Sat, 27 Feb 2016 18:18:52 +0000 (19:18 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 19:11:29 +0000 (15:11 -0400)
commitfbf1b08a938fc69643222eeac351c2affdaf6d13
tree2128edc4e16b7737a0c9b6dca80176be0ac4cddf
parenta85362fb3e1fc7833723accddbbae431091d06b8
omap_hsmmc: Board-specific TWL6030 MMC power initialization

Boards using the TWL6030 regulator may not all use the LDOs the same way.
Some might also not use MMC1 at all, so VMMC would't have to be enabled.

This delegates TWL6030 MMC power initializations to board-specific functions,
that may still call twl6030_power_mmc_init for the default behavior.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
board/gumstix/duovero/duovero.c
board/ti/panda/panda.c
board/ti/sdp4430/sdp.c
drivers/mmc/omap_hsmmc.c