commit | 1adcac00c5f4b65c1b931c0625b11d547a2d51e8 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Jun 14 18:45:23 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 09 15:23:37 2018 -0400 |
tree | 68957828706dfd7a3cb0b0cb43bbc4c656c3885d | |
parent | cd8c6654cf92ec8481f80e8e6265977b8466210f [diff] |
net: designware: Add reset ctrl to driver Add code to reset all reset signals as in Ethernet 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> Acked-by: Joe Hershberger <joe.hershberger@ni.com>