]> 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>
Fri, 2 Aug 2024 07:37:43 +0000 (10:37 +0300)
commit9ce05fbc98c4899465c81f46f04fe0b136862559
treec9858f99a6d12b3d4d9692b8953277d2828c28b8
parent41e0ca8bc8e98fcb631baf6d22a9045baceb14b2
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