Skip to content

Commit

Permalink
MIPS: Netlogic: NAND IRQ mapping
Browse files Browse the repository at this point in the history
Add NAND IRQ mapping for XLP9xx processor.

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/10820/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Subhendu Sekhar Behera authored and Ralf Baechle committed Sep 3, 2015
1 parent 079e316 commit 8c57691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/netlogic/xlp/nlm_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ static int xlp9xx_irq_to_irt(int irq)
return 134;
case PIC_SATA_IRQ:
return 143;
case PIC_NAND_IRQ:
return 151;
case PIC_SPI_IRQ:
return 152;
case PIC_MMC_IRQ:
Expand Down

0 comments on commit 8c57691

Please sign in to comment.