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>
This commit is contained in:
committed by
Tom Rini
parent
d7cc0e4d79
commit
77934fdedf
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "bcmstb.h"
|
||||
|
||||
#define BCMSTB_SDHCI_BASE 0xf0200300
|
||||
#define BCMSTB_TIMER_LOW 0xf0412008
|
||||
#define BCMSTB_TIMER_HIGH 0xf041200c
|
||||
#define BCMSTB_TIMER_FREQUENCY 0xf0412020
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "bcmstb.h"
|
||||
|
||||
#define BCMSTB_SDHCI_BASE 0xf03e0200
|
||||
#define BCMSTB_TIMER_LOW 0xf0412008
|
||||
#define BCMSTB_TIMER_HIGH 0xf041200c
|
||||
#define BCMSTB_TIMER_FREQUENCY 0xf0412020
|
||||
|
||||
Reference in New Issue
Block a user