]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: imx8mn-kontron-n801x: enable pinctrl_wdog in SPL
authorPeng Fan <peng.fan@nxp.com>
Sat, 11 Jun 2022 12:21:09 +0000 (20:21 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 14 Jun 2022 19:33:14 +0000 (21:33 +0200)
commit4152ea24f2f2aabcbcfd584c474fb9bb19243bbe
tree88eabe9adf49e76457a61ccbf712876e4fe0ab46
parent722e2b9a2b154cd05495b19b799ab784bfb3ab53
imx: imx8mn-kontron-n801x: 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>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Tested-by: Frieder Schrempf <frieder.schrempf@kontron.de>
arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi
board/kontron/sl-mx8mm/spl.c