From: Claudius Heine Date: Fri, 29 Nov 2019 07:59:02 +0000 (+0100) Subject: ARM: dts: dh-imx6: add u-boot specific wdt-reboot node X-Git-Tag: v2020.04-rc1~37^2~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f8420d7c0f706989905b1f1e1581aba26c595fe4;p=oweals%2Fu-boot.git 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 --- 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 0000000000..b94231edb3 --- /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 + */ + +/ { + wdt-reboot { + compatible = "wdt-reboot"; + wdt = <&wdog1>; + }; +};