]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: verdin-imx8mm/p: cleanup board watchdog code
authorPeng Fan <peng.fan@nxp.com>
Thu, 5 May 2022 11:06:11 +0000 (19:06 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 20 May 2022 07:30:29 +0000 (09:30 +0200)
commita6924c95d1c0079d70ed4c9b10f69cef2aa6ceaf
treed9be48f9fcb22de62cd7232edb61f4556b20f798
parent09bf8270cfacad91debcfd5ed3c680e0f1cde938
imx: verdin-imx8mm/p: cleanup board watchdog code

pinctrl_wdog already marked u-boot,dm-spl, so clean up board code.

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>
board/toradex/verdin-imx8mp/verdin-imx8mp.c