commit | a804dd064da57c95dba5831c0462192721a33b58 | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Tue Sep 04 14:04:58 2018 +0800 |
committer | Marek Vasut <marex@denx.de> | Sat Sep 15 03:17:01 2018 +0200 |
tree | 78494f7ac92c38eb0d5658153e151fc7504f03e6 | |
parent | a4f80b7ce94b921eee1a2bad97caf0f3f346535a [diff] |
gpio: dwapb_gpio: Add reset ctrl to driver Add code to reset all reset signals as in gpio 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>