commit | 9dd211ef69e824d2776d4e9a4263556d57d88d1d | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu Apr 18 17:16:21 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 18:58:22 2019 -0400 |
tree | 43f05c4ad90b596e5d2c1f04a1f8c619e7d6e8da | |
parent | 622cbb8bb77db694325b6c319c967a0aef685cea [diff] |
sysreset: syscon: remove POWER reset cause The sysreset of 'POWER' type is a PMIC reset defined as 'remove and restore power'. So normally only COLD/WARN is supported by sysreset_syscon. This modification allows to use the function sysreset_walk(SYSRESET_POWER) when it is supported by PMIC driver (see example in stpmic1). Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>