]> git.baikalelectronics.ru Git - uboot.git/commit
imx: imx8mm_evk: enable pinctrl_wdog in SPL
authorPeng Fan <peng.fan@nxp.com>
Thu, 5 May 2022 11:05:58 +0000 (19:05 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 20 May 2022 07:30:29 +0000 (09:30 +0200)
commitebe65908250a1c1ed2c4e0aa203bc949dfa49cda
tree1fb560364ffd549c9495b5c303c8c5ce2af32c41
parent7db8b062084a20cfeec4c1e60889b4ca20d3a54b
imx: imx8mm_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>
arch/arm/dts/imx8mm-evk-u-boot.dtsi
board/freescale/imx8mm_evk/spl.c