Searched hist:"8 d549b61dc1b3a99a47738bd258813d336f6475b" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sdhci.c | 8d549b61dc1b3a99a47738bd258813d336f6475b Thu Aug 25 07:07:34 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> mmc: sdhci: move sdhci_reset() call to sdhci_init()
If CONFIG_BLK is enabled, add_sdhci() is never called. So, sdhci_reset() is not called, either. This is a problem for my board as it needs the reset to start from a sane state.
Move the add_sdhci() call to sdhci_init(), which is visited by both of the with/without CONFIG_BLK cases.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
|