summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Piekos <michal.piekos@mmpsystems.pl>2026-05-06 13:14:31 +0300
committerChen-Yu Tsai <wens@kernel.org>2026-05-11 08:42:21 +0300
commitcb8eba42e31854c07f7891a0c9955e7ae8be2d93 (patch)
tree3c753af404f8dca023391088f932e28d77b94b1c
parent2d2c7e532ec325240068ac8d53d94cc0133c06f6 (diff)
downloadlinux-cb8eba42e31854c07f7891a0c9955e7ae8be2d93.tar.xz
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>
-rw-r--r--arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi b/arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi
index 424f4a2487e2..3ca0897353be 100644
--- a/arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi
+++ b/arch/arm/boot/dts/allwinner/sun8i-t113s.dtsi
@@ -90,3 +90,7 @@
};
};
};
+
+&wdt {
+ status = "okay";
+};