]> git.baikalelectronics.ru Git - uboot.git/commit
imx: imx8mm-mx8menlo: drop unneeded watchdog settings
authorPeng Fan <peng.fan@nxp.com>
Thu, 5 May 2022 11:06:03 +0000 (19:06 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 20 May 2022 07:30:29 +0000 (09:30 +0200)
commit95965029f276729d156b97c1eb1292bc5ea725b9
tree61b6348b09efa4d0fbcd61292eb3be4e0e825ae6
parent402705fa0fd9eca3d539d2f423e33a5ddfb4a002
imx: imx8mm-mx8menlo: drop unneeded watchdog settings

pinctrl_wdog as u-boot,dm-spl already marked in imx8mm-verdin-u-boot.dtsi,

The set_wdog_reset() function is not necessary as this is handled by
the imx_watchdog.c driver due to the 'fsl,ext-reset-output' property
being set.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marek Vasut <marex@denx.de>
board/menlo/mx8menlo/mx8menlo.c