]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/mps2-tz.c: fix RX/TX interrupts order
authorMarco Palumbi <Marco.Palumbi@tii.ae>
Thu, 1 Aug 2024 09:15:02 +0000 (10:15 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 28 Aug 2024 05:37:28 +0000 (08:37 +0300)
commit65fee9ff0749f9b8600c12fea3448ebac8242045
treebed0214871a7e32971f47354486e4fcc1f02888a
parentc15edb498d200aacb0d59eb977a24291401da0ff
hw/arm/mps2-tz.c: fix RX/TX interrupts order

The order of the RX and TX interrupts are swapped.
This commit fixes the order as per the following documents:
 * https://developer.arm.com/documentation/dai0505/latest/
 * https://developer.arm.com/documentation/dai0521/latest/
 * https://developer.arm.com/documentation/dai0524/latest/
 * https://developer.arm.com/documentation/dai0547/latest/

Cc: qemu-stable@nongnu.org
Signed-off-by: Marco Palumbi <Marco.Palumbi@tii.ae>
Message-id: 20240730073123.72992-1-marco@palumbi.it
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 5a558be93ad628e5bed6e0ee062870f49251725c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/arm/mps2-tz.c