commit | 06edafb6ef869ffa3a0276b7abc642522929572e | [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 | ecc2810faaa5cec18ee34c15e0cf162b876a5d5e [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>