mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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 <ch@denx.de>
This commit is contained in:
parent
eb9124f574
commit
f8420d7c0f
1 changed files with 11 additions and 0 deletions
11
arch/arm/dts/imx6q-dhcom-pdk2-u-boot.dtsi
Normal file
11
arch/arm/dts/imx6q-dhcom-pdk2-u-boot.dtsi
Normal file
|
@ -0,0 +1,11 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0+)
|
||||
/*
|
||||
* Copyright (C) 2019 Claudius Heine <ch@denx.de>
|
||||
*/
|
||||
|
||||
/ {
|
||||
wdt-reboot {
|
||||
compatible = "wdt-reboot";
|
||||
wdt = <&wdog1>;
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue