summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius Heine <[email protected]>2019-11-29 08:59:02 +0100
committerStefano Babic <[email protected]>2020-01-07 10:26:56 +0100
commitf8420d7c0f706989905b1f1e1581aba26c595fe4 (patch)
treecb55f048b9b2a3f0e383de162a0e05e64970464e
parenteb9124f5748c96ffd548e50fd6989c3b5395b353 (diff)
ARM: dts: dh-imx6: add u-boot specific wdt-reboot node
The wdt-reboot node is needed for the sysreset_watchdog driver to register a watchdog as a reset handler in case 'CONFIG_SYSRESET' is enabled. Signed-off-by: Claudius Heine <[email protected]>
-rw-r--r--arch/arm/dts/imx6q-dhcom-pdk2-u-boot.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-dhcom-pdk2-u-boot.dtsi b/arch/arm/dts/imx6q-dhcom-pdk2-u-boot.dtsi
new file mode 100644
index 00000000000..b94231edb3f
--- /dev/null
+++ b/arch/arm/dts/imx6q-dhcom-pdk2-u-boot.dtsi
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: (GPL-2.0+)
+/*
+ * Copyright (C) 2019 Claudius Heine <[email protected]>
+ */
+
+/ {
+ wdt-reboot {
+ compatible = "wdt-reboot";
+ wdt = <&wdog1>;
+ };
+};