commit | 50fd31fd7781e979254af49efcbc1fbb4882a751 | [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 | 9ad996adcc135bc34b185957567c8c46deb90d4f [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>