Attention is currently required from: Hung-Te Lin. Hello Hung-Te Lin, build bot (Jenkins), Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61446
to look at the new patch set (#2).
Change subject: soc/mediatek/mt8186: Fix issue of clearing watchdog status ......................................................................
soc/mediatek/mt8186: Fix issue of clearing watchdog status
The implementation of clearing watchdog status is wrong in CB:58835. The value written to the 'wdt_mode' register should be 'wdt_mode | 0x22000000' instead of 'wdt_status | 0x22000000'.
BUG=b:204229208 TEST=check watchdog status is cleared.
Signed-off-by: Rex-BC Chen rex-bc.chen@mediatek.com Change-Id: I8c5dbaab2ac43d3867037bc4160aa5af2d79284f --- M src/soc/mediatek/common/include/soc/wdt.h M src/soc/mediatek/common/wdt.c M src/soc/mediatek/mt8186/wdt.c M src/soc/mediatek/mt8195/wdt.c 4 files changed, 10 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/61446/2