realtek: use higher priority for timer interrupts
authorSander Vanheule <sander@svanheule.net>
Sun, 20 Feb 2022 15:25:43 +0000 (16:25 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 20 Feb 2022 16:23:55 +0000 (16:23 +0000)
commita39fbaf23a4a6632bcc17d41481238e8179f8524
treec1af05713efb9bfc93296ba748ea1dfe0fd771c2
parent4b31717fb031e6b99f476e79b5e8b3d6a8b0b9ff
realtek: use higher priority for timer interrupts

The assigned output index for the event timers was quite low, lower even
than the ethernet interrupt. This means that high network load could
preempt timer interrupts, possibly leading to all sorts of strange
behaviour.

Increase the interrupt output index of the event timers to 5, which is
the highest priority output and corresponds to the (otherwise unused)
MIPS CPU timer interrupt.

Fixes: a75b9e3ecb61 ("realtek: Adding RTL930X sub-target")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/dts-5.10/rtl930x.dtsi