diff --git a/src/mainboard/bachmann/ot200/irq_tables.c b/src/mainboard/bachmann/ot200/irq_tables.c index 7c3e08f380..5a5372a09d 100644 --- a/src/mainboard/bachmann/ot200/irq_tables.c +++ b/src/mainboard/bachmann/ot200/irq_tables.c @@ -23,8 +23,8 @@ /* Platform IRQs */ #define PIRQA 5 #define PIRQB 9 -#define PIRQC 7 -#define PIRQD 10 +#define PIRQC 10 +#define PIRQD 7 /* Map */ #define M_PIRQA (1 << PIRQA) /* Bitmap of supported IRQs */