]> git.sur5r.net Git - u-boot/commit
dm: mmc: socfpga: call dwmci_probe()
authorPatrick Bruenn <p.bruenn@beckhoff.com>
Tue, 6 Mar 2018 08:07:23 +0000 (09:07 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 8 May 2018 04:12:33 +0000 (13:12 +0900)
commit55118ec90c316daed6a50e28da618de4545647b0
tree1da5aa28e0898ff21c07cdd3776bc197d53c98b1
parent72b5a0371d2586607c6c66df8438b734d2562658
dm: mmc: socfpga: call dwmci_probe()

On a socfpga_cyclone5 based board the SD card, was never powered up. For
other dw_mmc based SoCs dwmci_probe() is called in the platform specific
probe(). It seems this call is missing for socfpga_dw_mmc.

With this change DWMCI_PWREN is set by dmwci_init().

Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/socfpga_dw_mmc.c