From: Teresa Remmet Date: Wed, 6 Oct 2021 09:56:50 +0000 (+0200) Subject: arm: dts: phycore-imx8mm-u-boot: Add wdog pinctrl entry X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=5eee18d84838c3455917391704df4ced3121fa05;p=u-boot.git arm: dts: phycore-imx8mm-u-boot: Add wdog pinctrl entry Add missing pinctrl entry in spl. Signed-off-by: Teresa Remmet --- diff --git a/arch/arm/dts/phycore-imx8mm-u-boot.dtsi b/arch/arm/dts/phycore-imx8mm-u-boot.dtsi index 91515b8df9..7c2dfb4a27 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; };