Skip to content

Commit

Permalink
Disable SoC-internal watchdog to avoid clash with driver of external one
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMarco committed Mar 30, 2024
1 parent 0498727 commit 7422c21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions target/linux/ath79/dts/qca9550_huawei_ap5030dn.dts
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,7 @@
pinctrl-single,bits = <0xc 0x0 0xFF000000>;
};
};

&wdt {
status = "disabled";
};

0 comments on commit 7422c21

Please sign in to comment.