commit | 27d5c00f27590d80a59530024c041c794dda49df | [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:28:28 2018 -0400 |
tree | 0dacb38b033e0f52bce37030019020619c9766ba | |
parent | a176339ae10d4ae692138a2cd3e0525b5d4444f2 [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>