Skip to content

Commit

Permalink
dts: intel_adsp: ace remove dw watchdog
Browse files Browse the repository at this point in the history
DW watchdog driver is not used on ACE,
Intel ADSP watchdog driver will be used in DTS when ready to use

Signed-off-by: Adrian Bonislawski <[email protected]>
  • Loading branch information
abonislawski committed Jan 25, 2024
1 parent 546bf2c commit 397213d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions dts/xtensa/intel/intel_adsp_ace15_mtpm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -527,32 +527,6 @@
interrupt-parent = <&ace_intc>;
};

watchdog0: watchdog@78300 {
compatible = "snps,designware-watchdog";
reg = <0x78300 0x100>;
interrupts = <8 0 0>;
interrupt-parent = <&core_intc>;
clock-frequency = <32768>;
reset-pulse-length = <2>;
status = "okay";
};

watchdog1: watchdog@78400 {
compatible = "snps,designware-watchdog";
reg = <0x78400 0x100>;
clock-frequency = <32768>;
reset-pulse-length = <2>;
status = "okay";
};

watchdog2: watchdog@78500 {
compatible = "snps,designware-watchdog";
reg = <0x78500 0x100>;
clock-frequency = <32768>;
reset-pulse-length = <2>;
status = "okay";
};

/* This is actually an array of per-core designware
* controllers, but the special setup and extra
* masking layer makes it easier for MTL to handle
Expand Down

0 comments on commit 397213d

Please sign in to comment.