[PATCH 2/4] mci: imx: Add devicetree options parsing by MCI core.
Alexander Shiyan
shc_work at mail.ru
Sat Jun 18 06:28:56 PDT 2016
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
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
More information about the barebox
mailing list