Select Git revision
socfpga_dw_mmc.c
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Patrick Bruenn authored
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>
Patrick Bruenn authoredOn 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>