]> git.dujemihanovic.xyz Git - u-boot.git/commit
mx6cuboxi: Convert to watchdog driver model
authorFabio Estevam <festevam@gmail.com>
Wed, 27 Mar 2024 14:18:49 +0000 (11:18 -0300)
committerFabio Estevam <festevam@gmail.com>
Sat, 30 Mar 2024 12:49:53 +0000 (09:49 -0300)
commitfc07cac02adebc87b69cd82f6ca6f0283d11cd5a
tree9afc8cefa3f28efdaecfcc4cea378c87d88b6e2c
parentea2b074a1ca646a9a88454753af0676599917b02
mx6cuboxi: Convert to watchdog driver model

Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused
the 'reset' command in U-Boot to not cause a board reset.

Fix it by switching to the watchdog driver model via sysreset, which
is the preferred method for implementing the watchdog reset.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Christian Gmeiner <cgmeiner@igalia.com>
arch/arm/dts/imx6qdl-hummingboard2-emmc-som-v15-u-boot.dtsi
configs/mx6cuboxi_defconfig