]> git.baikalelectronics.ru Git - uboot.git/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)
commitabd6ef43ce09edf87de605f4ff201d2ef18ae979
tree1da5aa28e0898ff21c07cdd3776bc197d53c98b1
parent6beadc9ea19a6830d4588ff2ad919cdbfd6d7911
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