commit | 6d5cc90670203e18e795afbfe4adae812887a72c | [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 | 597514e7389b453c6558cb3d63a88c1575e8e0dc [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>