dm: arm: bcmstb: Enable driver model MMC support
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 17 May 2019 12:17:07 +0000 (08:17 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 May 2019 17:58:06 +0000 (13:58 -0400)
commit77934fdedfdd8a87d3b96c45b7bd540be60445d6
tree1c9ed21bdf329e6eb0827dcfef9738f2c2abc1ee
parentd7cc0e4d7999b0b696ec4047420abf34a821ba29
dm: arm: bcmstb: Enable driver model MMC support

For bcm7445 and bcm7260, this patch enables CONFIG_DM_MMC and updates
the bcmstb SDHCI driver to use the new driver model.  This allows
removal of SDHCI configuration handling from bcmstb.c, and eliminates
a board removal compile warning.

Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Reviewed-by: Stefan Roese <sr@denx.de>
board/broadcom/bcmstb/bcmstb.c
configs/bcm7260_defconfig
configs/bcm7445_defconfig
drivers/mmc/bcmstb_sdhci.c
include/configs/bcm7260.h
include/configs/bcm7445.h