]> git.dujemihanovic.xyz Git - u-boot.git/commit
tqma6q_mba6: Convert to watchdog driver model
authorFabio Estevam <festevam@denx.de>
Fri, 9 Aug 2024 15:12:47 +0000 (12:12 -0300)
committerFabio Estevam <festevam@denx.de>
Tue, 13 Aug 2024 12:30:44 +0000 (09:30 -0300)
commita4c707f56bcaa6d6eb9cfcbefa7f7f5e16d6cf6b
tree4a93d0b405ff81629ac2fb7d80c24460fda035a7
parent9ef9d90147ad6255d64f6206107d6a81f37a7a68
tqma6q_mba6: 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@denx.de>
arch/arm/dts/imx6dl-mba6b-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6q-mba6b-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx6qdl-mba6-u-boot.dtsi [new file with mode: 0644]
configs/tqma6dl_mba6_mmc_defconfig
configs/tqma6dl_mba6_spi_defconfig
configs/tqma6q_mba6_mmc_defconfig
configs/tqma6q_mba6_spi_defconfig
configs/tqma6s_mba6_mmc_defconfig
configs/tqma6s_mba6_spi_defconfig