km/common: fix for CPUWD reset reason
authorRainer Boschung <rainer.boschung@ch.abb.com>
Fri, 10 Jan 2020 11:47:43 +0000 (12:47 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jan 2020 12:29:58 +0000 (07:29 -0500)
commitdb4256f60d6b5bb093b6e0e1ac758914797a7934
tree626ce9f80fd87f7d0cfa72007f14e479c9cf96ac
parent78a408bb49a78462b1cdff0611029d8f830c5e5e
km/common: fix for CPUWD reset reason

The CPUWD reset reason is used for kmp204x.
And the qrio cpu reset request is configured to operate in
core reset mode.
But for the evaluation of the qrio's reset reason register
the CPUWD figures as a unit reset source rather than a core
reset source. This patch defines the CPUWD reset as a core
reset source when evaluating the reset reason register.

Signed-off-by: Rainer Boschung <rainer.boschung@ch.abb.com>
CC: Priyanka Jain <priyanka.jain@nxp.com>
board/keymile/common/qrio.c