]> git.dujemihanovic.xyz Git - u-boot.git/commit
udoo_neo: Convert to watchdog driver model
authorFabio Estevam <festevam@gmail.com>
Fri, 19 Jul 2024 20:33:08 +0000 (17:33 -0300)
committerFabio Estevam <festevam@gmail.com>
Mon, 22 Jul 2024 20:55:35 +0000 (17:55 -0300)
commit5e4f16bdb38f39447710ddb3e91ed3d39763e8c8
tree5eba2efa3bd5c7d4bfbac38bc483a393b0cc622b
parentd509c48b650cca63eaa8d392eea4abbd876c587e
udoo_neo: 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.

With the watchdog driver model in place, it is no longer needed
to have board code to initialize the watchdog, so remove
its related board code.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi
board/udoo/neo/neo.c
configs/udoo_neo_defconfig