commit | 3f9158a0eb0520de20827d03136a34663a384bf5 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu May 05 19:05:57 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 20 09:30:29 2022 +0200 |
tree | 83a71ec95d7879c0d0d4c2d3bd0e5bf806b914d9 | |
parent | 741d1aec105a6fc4fa2237e4f5eef3551a0af835 [diff] |
imx: imx8mn_evk: enable pinctrl_wdog in SPL Mark pinctrl_wdog as u-boot,dm-spl to 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>