commit | 96303adb2c226b7acfc3c6d956ec681e64f6ea5f | [log] [tgz] |
---|---|---|
author | Teresa Remmet <t.remmet@phytec.de> | Wed Oct 06 11:56:50 2021 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Wed Oct 20 15:09:25 2021 +0200 |
tree | 992002d5bb9567d1ca0c710b4ed1bede5247ba4c | |
parent | bdba93153aa69423ea5a13be1937f6fb3b072461 [diff] |
arm: dts: phycore-imx8mm-u-boot: Add wdog pinctrl entry Add missing pinctrl entry in spl. Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
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; };