commit | a38ed61643a4cf0f124798cc982be8402173d2e0 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu May 05 19:05:59 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 20 09:30:29 2022 +0200 |
tree | f0af1371f8b492fc34ef008bac7fa2994daa3da5 | |
parent | ba06ea8991be1c876f2e4eba8f8c3b0b1a7141d6 [diff] |
imx: imx8mp_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>