summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Remmet <[email protected]>2021-10-06 11:56:50 +0200
committerStefano Babic <[email protected]>2021-10-20 15:09:25 +0200
commit5eee18d84838c3455917391704df4ced3121fa05 (patch)
tree992002d5bb9567d1ca0c710b4ed1bede5247ba4c
parent0caa81fb33494f6b361567750756a80bc19641a8 (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.dtsi4
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;
};