summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mci/imx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mci/imx.c b/drivers/mci/imx.c
index 4f29ddf48e..354daba05d 100644
--- a/drivers/mci/imx.c
+++ b/drivers/mci/imx.c
@@ -519,6 +519,8 @@ static int mxcmci_probe(struct device_d *dev)
host->mci.f_min = rate >> 7;
host->mci.f_max = rate >> 1;
+ mci_of_parse(&host->mci);
+
return mci_register(&host->mci);
}