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:
Michal Piekos 2026-05-06 12:14:31 +02:00 committed by Chen-Yu Tsai
parent 2d2c7e532e
commit cb8eba42e3

View File

@ -90,3 +90,7 @@ cpu-crit {
};
};
};
&wdt {
status = "okay";
};