]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx53-qsb: Convert to watchdog driver model
authorFabio Estevam <festevam@gmail.com>
Wed, 21 Feb 2024 17:39:30 +0000 (14:39 -0300)
committerFabio Estevam <festevam@denx.de>
Sat, 24 Feb 2024 19:29:00 +0000 (16:29 -0300)
commit73454c85cd91e8d0d43318c4110fcaf3ec4a6e33
tree76d8aef27a0168afe967e333fc29a0f48b5a17eb
parented7824c2265f7cab5d456af2c21ccf1dabcb006f
imx53-qsb: 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>
arch/arm/dts/imx53-qsb-u-boot.dtsi [new file with mode: 0644]
configs/mx53loco_defconfig