ARM: dts: stm32mp: Add iwdg2 support for stm32mp157c
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 30 Apr 2019 15:26:21 +0000 (17:26 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:16 +0000 (17:40 +0200)
This patch adds independent watchdog support for stm32mp157c
in SPL.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/stm32mp157-u-boot.dtsi

index ab6f673ea24c78885550618e9e9f1a32102e8cd1..09560e2d915474e890500039558912c2fe6bd092 100644 (file)
        compatible = "st,stm32-gpio";
        u-boot,dm-pre-reloc;
 };
+
+&iwdg2 {
+       u-boot,dm-pre-reloc;
+};