summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chotard <[email protected]>2019-04-30 17:26:21 +0200
committerPatrice Chotard <[email protected]>2019-06-06 17:40:16 +0200
commit75500a41825bd8daadcdc6ab2a3c6e1c3c8f39e7 (patch)
tree01c14ec9d1a2b01807dd42ff90f089d7a0ac7af3
parentb3134ffbd94487ff5335776d0b24da95dc1f3159 (diff)
ARM: dts: stm32mp: Add iwdg2 support for stm32mp157c
This patch adds independent watchdog support for stm32mp157c in SPL. Signed-off-by: Patrice Chotard <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--arch/arm/dts/stm32mp157-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157-u-boot.dtsi b/arch/arm/dts/stm32mp157-u-boot.dtsi
index ab6f673ea24..09560e2d915 100644
--- a/arch/arm/dts/stm32mp157-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp157-u-boot.dtsi
@@ -140,3 +140,7 @@
compatible = "st,stm32-gpio";
u-boot,dm-pre-reloc;
};
+
+&iwdg2 {
+ u-boot,dm-pre-reloc;
+};