]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/mmc/omap_hsmmc.c
omap_hsmmc: Board-specific TWL4030 MMC power initializations
authorPaul Kocialkowski <contact@paulk.fr>
Sat, 8 Nov 2014 19:55:47 +0000 (20:55 +0100)
committerTom Rini <trini@ti.com>
Fri, 5 Dec 2014 02:28:15 +0000 (21:28 -0500)
commitaac5450ea92abc9109a78cc099d366962148719f
tree5a0608bbad849c53e3228da83f8b667be9969a84
parentf3e85e4825e02fbd21859c35881f639a2c3e7afd
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>
16 files changed:
board/comelit/dig297/dig297.c
board/compulab/cm_t35/cm_t35.c
board/corscience/tricorder/tricorder.c
board/isee/igep00x0/igep00x0.c
board/logicpd/omap3som/omap3logic.c
board/logicpd/zoom1/zoom1.c
board/matrix_vision/mvblx/mvblx.c
board/nokia/rx51/rx51.c
board/overo/overo.c
board/pandora/pandora.c
board/technexion/tao3530/tao3530.c
board/ti/beagle/beagle.c
board/ti/evm/evm.c
board/ti/sdp3430/sdp.c
board/timll/devkit8000/devkit8000.c
drivers/mmc/omap_hsmmc.c