]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: imx6ulz-bsh-smm-m2: Fix reset using wdt-reboot driver
authorMichael Trimarchi <michael@amarulasolutions.com>
Fri, 16 May 2025 08:17:21 +0000 (10:17 +0200)
committerFabio Estevam <festevam@gmail.com>
Wed, 21 May 2025 10:51:43 +0000 (07:51 -0300)
commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()")
introduced a regression that 'reset' command unable to reset
imx6ulz based BSH module's modules in the u-boot.

BSH module's imx6, imx6ulz-bsh-smm-m2.dts

Fixes: 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()")
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
arch/arm/dts/imx6ulz-bsh-smm-m2-u-boot.dtsi

index c67622821e7c6db77d7dfde05c3825a4b0bdf874..faf596255f1423aa3cd301d244f122f4b4a3b2a0 100644 (file)
@@ -5,6 +5,14 @@
  * Author: Michael Trimarchi <michael@amarulasolutions.com>
  */
 
+/ {
+       wdt-reboot {
+               compatible = "wdt-reboot";
+               wdt = <&wdog1>;
+               bootph-pre-ram;
+       };
+};
+
 &aips2 {
        bootph-all;
 };