commit | 77934fdedfdd8a87d3b96c45b7bd540be60445d6 | [log] [tgz] |
---|---|---|
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | Fri May 17 08:17:07 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue May 28 13:58:06 2019 -0400 |
tree | 1c9ed21bdf329e6eb0827dcfef9738f2c2abc1ee | |
parent | d7cc0e4d7999b0b696ec4047420abf34a821ba29 [diff] |
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>