commit | a176339ae10d4ae692138a2cd3e0525b5d4444f2 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Jun 14 18:45:22 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 09 15:28:28 2018 -0400 |
tree | 75e08e8bc271246d5d0b8e418fb36eab83782aa4 | |
parent | 5a694d0beec0a0523ff48c2e8533d86e2ec8aec7 [diff] |
serial: ns16550: Add reset ctrl to driver Add code to reset all reset signals as in serial DT node. A reset property is an optional feature, so 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: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>