Commit 8c576912 authored by Subhendu Sekhar Behera's avatar Subhendu Sekhar Behera Committed by Ralf Baechle

MIPS: Netlogic: NAND IRQ mapping

Add NAND IRQ mapping for XLP9xx processor.
Signed-off-by: default avatarSubhendu Sekhar Behera <sbehera@broadcom.com>
Signed-off-by: default avatarJayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10820/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 079e3160
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment