Commit 9f606f6
app: boards: imx95: switch to cortex-m systick as system timer
Zephyr commit c4efe9821c6b ("dts: soc: arm: nxp: imx95: designate lptmr1
as system timer via chosen") switched the system timer to LPTMR1 from
Cortex-M systick.
This change was never carefully tested in the context of SOF and it ended
up causing some issues, one of which being that after a couple of suspend
and resume cycles, the timer interrupt never seems to get triggered again,
causing the firmware to crash at some point.
Cortex-M's systick has done the job well so far so switch back to it for
now.
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>1 parent eaad9b8 commit 9f606f6
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
0 commit comments