]> 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)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Aug 2024 09:15:02 +0000 (10:15 +0100)
commit5a558be93ad628e5bed6e0ee062870f49251725c
tree03df2dced16cce1a08edf8e5ea82f1cbec0e3c34
parente9d2db818ff934afb366aea566d0b33acf7bced1
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>
hw/arm/mps2-tz.c