On 11/7/19 9:46 AM, Fabio Estevam wrote:
Hi Guenter,
On Mon, Nov 4, 2019 at 11:06 AM Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
Maybe I should have said "there is no call to watchdog_set_restart_priority()".
Would you like me to respin this series with a call to
watchdog_set_restart_priority()?
Your call, really. As written, the restart handler serves as restart handler
of last resort. If that is the intention we are fine.
By the way, I have just noticed that even though this patch fixes the
reboot on a imx7ulp evk board, it does not work on a imx7ulp com
board.
I will debug this, so please discard this patch for now. The other
ones of this series should be fine to apply.
Thanks for the update.
I have just retested this on a imx7ulp-com and imx7ulp-evk boards and
the "reboot" command is working fine on the two boards.
Looks like the issue I had earlier was related to dtb.
Thanks for the update!
Guenter