commit | 3eab220e2f6b6e885051b9880a12b98a4687d90a | [log] [tgz] |
---|---|---|
author | Patrick Bruenn <p.bruenn@beckhoff.com> | Tue Mar 06 09:07:23 2018 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue May 08 13:12:33 2018 +0900 |
tree | 1da5aa28e0898ff21c07cdd3776bc197d53c98b1 | |
parent | e2bf5808d38ea92275b2e9cb0971daed10bd84e6 [diff] |
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>