]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal value
authorBin Meng <bin.meng@windriver.com>
Tue, 26 Jan 2021 06:00:04 +0000 (14:00 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Thu, 4 Mar 2021 14:43:29 +0000 (09:43 -0500)
All other peripherals' IRQs are in the format of decimal value.
Change SIFIVE_U_GEM_IRQ to be consistent.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210126060007.12904-7-bmeng.cn@gmail.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
include/hw/riscv/sifive_u.h

index de1464a2ced7ef45681c54e253a0ac5e0719f872..2656b39808a0dede25520698888b87541b218123 100644 (file)
@@ -127,7 +127,7 @@ enum {
     SIFIVE_U_PDMA_IRQ6 = 29,
     SIFIVE_U_PDMA_IRQ7 = 30,
     SIFIVE_U_QSPI0_IRQ = 51,
-    SIFIVE_U_GEM_IRQ = 0x35
+    SIFIVE_U_GEM_IRQ = 53
 };
 
 enum {