diff options
| author | Teresa Remmet <[email protected]> | 2021-10-06 11:56:50 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-10-20 15:09:25 +0200 |
| commit | 5eee18d84838c3455917391704df4ced3121fa05 (patch) | |
| tree | 992002d5bb9567d1ca0c710b4ed1bede5247ba4c | |
| parent | 0caa81fb33494f6b361567750756a80bc19641a8 (diff) | |
arm: dts: phycore-imx8mm-u-boot: Add wdog pinctrl entry
Add missing pinctrl entry in spl.
Signed-off-by: Teresa Remmet <[email protected]>
| -rw-r--r-- | arch/arm/dts/phycore-imx8mm-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/phycore-imx8mm-u-boot.dtsi b/arch/arm/dts/phycore-imx8mm-u-boot.dtsi index 91515b8df9a..7c2dfb4a273 100644 --- a/arch/arm/dts/phycore-imx8mm-u-boot.dtsi +++ b/arch/arm/dts/phycore-imx8mm-u-boot.dtsi @@ -30,6 +30,10 @@ u-boot,dm-spl; }; +&pinctrl_wdog { + u-boot,dm-spl; +}; + &gpio1 { u-boot,dm-spl; }; |
