diff options
| author | Peng Fan <[email protected]> | 2022-05-05 19:05:58 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-05-20 09:30:29 +0200 |
| commit | ba06ea8991be1c876f2e4eba8f8c3b0b1a7141d6 (patch) | |
| tree | 1fb560364ffd549c9495b5c303c8c5ce2af32c41 /arch | |
| parent | 6d5cc90670203e18e795afbfe4adae812887a72c (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx8mm-evk-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-evk-u-boot.dtsi b/arch/arm/dts/imx8mm-evk-u-boot.dtsi index 8861542ec58..e9fbf7b8021 100644 --- a/arch/arm/dts/imx8mm-evk-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-evk-u-boot.dtsi @@ -121,6 +121,10 @@ u-boot,dm-spl; }; +&pinctrl_wdog { + u-boot,dm-spl; +}; + &fec1 { phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; }; |
