mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
arm: dts: allwinner: t113s: enable watchdog for reboot
Reboot hangs on T113s boards because no restart handler is available. Enable the SoC watchdog whose driver registers a restart handler. Tested on LCPI-PC-T113/F113. Signed-off-by: Michal Piekos <michal.piekos@mmpsystems.pl> Link: https://patch.msgid.link/20260506-t113-mangopi-reboot-hang-v3-1-fa15a360a520@mmpsystems.pl Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
This commit is contained in:
parent
2d2c7e532e
commit
cb8eba42e3
|
|
@ -90,3 +90,7 @@ cpu-crit {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user