Skip to content

[RFC] arm: mediatek: spl: initialize watchdog

Vitor Sato Eschholz requested to merge vsatoes/RITA-1306 into mtk-v2024.10

Common spl doce initiliazes the watchdog after the call to spl_board_init. However, in this mediatek custom initialization, before initializing the wdt, it blocks waiting for fastboot commands.

Since we rely on the watchdog to reset the board if a fastboot reboot command is received, we should initialize it.

Signed-off-by: Vitor Sato Eschholz vsatoes@baylibre.com

Closes RITA-1306

Merge request reports

Loading