commit | 2cd864c6429eb96956f8ecd5d184c13e80735dbc | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu May 05 19:06:06 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 20 09:30:29 2022 +0200 |
tree | 2b82f713524fe483755cc30bfc7b2101b5a37600 | |
parent | 21561c08f26dee5d9ec27615658dc31055ab41f7 [diff] |
imx: imx8mn_smm_s2: clean up 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> Tested-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>