summaryrefslogtreecommitdiffstats
path: root/board/esg/ima3-mx53/ima3-mx53.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esg/ima3-mx53/ima3-mx53.c')
-rw-r--r--board/esg/ima3-mx53/ima3-mx53.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/esg/ima3-mx53/ima3-mx53.c b/board/esg/ima3-mx53/ima3-mx53.c
index e947330a10..41d6bb6a9c 100644
--- a/board/esg/ima3-mx53/ima3-mx53.c
+++ b/board/esg/ima3-mx53/ima3-mx53.c
@@ -217,6 +217,7 @@ int board_mmc_init(bd_t *bis)
PAD_CTL_HYS_ENABLE | PAD_CTL_DRV_HIGH | PAD_CTL_PUE_PULL |
PAD_CTL_PKE_ENABLE | PAD_CTL_HYS_ENABLE | PAD_CTL_47K_PU);
+ esdhc_cfg.sdhc_clk = mxc_get_clock(MXC_ESDHC_CLK);
return fsl_esdhc_initialize(bis, &esdhc_cfg);
}
#endif
OpenPOWER on IntegriCloud