Skip to content

Commit fd2d80f

Browse files
committed
mpfs_icicle: disable watchdog (wdt4) in AMP overlay
PolarFire SoC features five watchdogs, one associated with each hart. Disable watchdog4 (associated with hart 4) in Linux when running in Asymmetric Multiprocessing (AMP) mode, since hart 4 is used to run an RTOS/BM application in another AMP context. Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 4a03776 commit fd2d80f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mpfs_icicle/mpfs_icicle_amp.dtso

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@
7171
status = "disabled"; // in use by context b
7272
};
7373

74+
&wdt4 {
75+
status = "disabled";
76+
};
77+

0 commit comments

Comments
 (0)