commit | 5a694d0beec0a0523ff48c2e8533d86e2ec8aec7 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Jun 14 18:45:21 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 09 15:28:24 2018 -0400 |
tree | 4a6cf65f20a7ccff5dad8808dac60287bfdef9a0 | |
parent | 8d7072b07b46fb0da749ff7e1e1412e6ba9cb177 [diff] |
mmc: dwmmc: socfpga: Add reset ctrl to driver Add code to reset all reset signals as in mmc DT node. A reset property is an optional feature, so only print out a warning and do not fail if a reset property is not present. If a reset property is discovered, then use it to deassert, thus bringing the IP out of reset. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>