soc: raptor_lake: Disable watchdog by default
Without status line, watchdog is enabled by default. The desired behaviour is to have it disabled and enable only when watchdog is used, with overlay files. The same way how it is done for samples/drivers/watchdog and tests/drivers/watchdog/wdt_basic_api. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
d8bdddd52f
commit
0f96355b98
1 changed files with 2 additions and 0 deletions
|
@ -528,6 +528,8 @@
|
|||
tco_wdt: tco_wdt@400 {
|
||||
compatible = "intel,tco-wdt";
|
||||
reg = <0x0400 0x20>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue