Change the order of interrupts-extended for PLIC

In the SiFive DTS they are in this order, not sure it that may cause any
difference.
This commit is contained in:
Rodrigo Arias 2024-07-04 16:46:35 +02:00
parent 471207c64a
commit d5b5cc3363

View File

@ -167,7 +167,7 @@
* #define IRQ_LOCAL_MAX (IRQ_PMU_OVF + 1) * #define IRQ_LOCAL_MAX (IRQ_PMU_OVF + 1)
* #define IRQ_LOCAL_MASK GENMASK((IRQ_LOCAL_MAX - 1), 0) * #define IRQ_LOCAL_MASK GENMASK((IRQ_LOCAL_MAX - 1), 0)
*/ */
interrupts-extended = <&HLIC0 9>, <&HLIC0 11>; interrupts-extended = <&HLIC0 11>, <&HLIC0 9>;
reg = < 0x0 0x40800000 0x0 0x00400000>; reg = < 0x0 0x40800000 0x0 0x00400000>;
riscv,ndev = <3>; riscv,ndev = <3>;
//riscv,max-priority = <0x7>; //riscv,max-priority = <0x7>;