Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- drivers/mci/imx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mci/imx.c b/drivers/mci/imx.c index 4f29ddf..354daba 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); } -- 2.4.9 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox