commit | 2d4d6937720ba4cb4c8593b802d06ccb716a2002 | [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 | d99894dd3a713ea6226ac39a7e332b55cf8aca49 [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>