commit | 5a558be93ad628e5bed6e0ee062870f49251725c | [log] [tgz] |
---|---|---|
author | Marco Palumbi <Marco.Palumbi@tii.ae> | Thu Aug 01 10:15:02 2024 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Aug 01 10:15:02 2024 +0100 |
tree | 03df2dced16cce1a08edf8e5ea82f1cbec0e3c34 | |
parent | e9d2db818ff934afb366aea566d0b33acf7bced1 [diff] |
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>