summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2018-11-15 08:20:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-19 15:36:47 +0100
commit783d6ed0a64eccace361e8b2fceae22ac4dbd711 (patch)
treecd74a523b11bb97067cc19473fedd0d6343ec2d4
parent68be59ad3b65463ae719b1ab71cb9d84b6f573a1 (diff)
downloadbarebox-783d6ed0a64eccace361e8b2fceae22ac4dbd711.tar.gz
barebox-783d6ed0a64eccace361e8b2fceae22ac4dbd711.tar.xz
ARM: socfpga: achilles: enable watchdog1
This one is required for guarding the boot procedure Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/socfpga_arria10_achilles.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts
index 176e06df12..e94a321999 100644
--- a/arch/arm/dts/socfpga_arria10_achilles.dts
+++ b/arch/arm/dts/socfpga_arria10_achilles.dts
@@ -242,3 +242,7 @@
reg-io-width = <4>;
status = "okay";
};
+
+&watchdog1 {
+ status = "okay";
+};