summaryrefslogtreecommitdiff
path: root/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2019-02-18 10:30:54 +1300
committerStefan Roese <sr@denx.de>2019-04-12 07:04:18 +0200
commit7ceefcbaca0a5ee5bbf92e97423584d186e052fa (patch)
treeabb3e1d58039457065dada991ffa834aa8e2ff1f /arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
parent8e427ba35170a6b5966c28e59192d0561f989f65 (diff)
arm: mvebu: x530: Enable watchdog in SPL and U-Boot
Enable the hardware watchdog to guard against system lock ups when running in the SPL or U-Boot. Stop the watchdog just before booting so that the OS can re-enable it if needed. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-385-atl-x530-u-boot.dtsi')
-rw-r--r--arch/arm/dts/armada-385-atl-x530-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi b/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
index 7074a73537f..79b694cb84b 100644
--- a/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
+++ b/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
@@ -11,3 +11,7 @@
&uart0 {
u-boot,dm-pre-reloc;
};
+
+&watchdog {
+ u-boot,dm-pre-reloc;
+};