From 5eee18d84838c3455917391704df4ced3121fa05 Mon Sep 17 00:00:00 2001 From: Teresa Remmet Date: Wed, 6 Oct 2021 11:56:50 +0200 Subject: [PATCH] arm: dts: phycore-imx8mm-u-boot: Add wdog pinctrl entry Add missing pinctrl entry in spl. Signed-off-by: Teresa Remmet --- arch/arm/dts/phycore-imx8mm-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/phycore-imx8mm-u-boot.dtsi b/arch/arm/dts/phycore-imx8mm-u-boot.dtsi index 91515b8..7c2dfb4 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; }; -- 2.7.4