MIPS: Netlogic: i2c IRQ mappings for XLP9XX
authorSubhendu Sekhar Behera <sbehera@broadcom.com>
Wed, 7 Jan 2015 11:28:37 +0000 (16:58 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 1 Apr 2015 15:21:53 +0000 (17:21 +0200)
The new I2C block in XLP9XX has 4 interrupts, add the mapping for
these in nlm_hal.c

Signed-off-by: Subhendu Sekhar Behera <sbehera@broadcom.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8897/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/netlogic/xlp/nlm_hal.c

index 8d743d0..a8f4144 100644 (file)
@@ -71,6 +71,14 @@ static int xlp9xx_irq_to_irt(int irq)
        switch (irq) {
        case PIC_GPIO_IRQ:
                return 12;
+       case PIC_I2C_0_IRQ:
+               return 125;
+       case PIC_I2C_1_IRQ:
+               return 126;
+       case PIC_I2C_2_IRQ:
+               return 127;
+       case PIC_I2C_3_IRQ:
+               return 128;
        case PIC_9XX_XHCI_0_IRQ:
                return 114;
        case PIC_9XX_XHCI_1_IRQ: