diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2012-07-24 11:28:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-24 11:28:54 -0400 |
commit | 57d7cdb630716c3f9cf7beadd05059c65a9acd25 (patch) | |
tree | 9821b82bd2103333d4e605ee4d79e733234405d2 /arch/mips/include | |
parent | 1004165f346ac17ea8615bac26398d70c9d6689b (diff) |
MIPS: Netlogic: Add IRQ mappings for more devices
Add IRT to IRQ translation for the MMC and I2C IRQs.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3761/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/netlogic/xlp-hal/xlp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/netlogic/xlp-hal/xlp.h b/arch/mips/include/asm/netlogic/xlp-hal/xlp.h index 3921a313ec4a..7e47209327a5 100644 --- a/arch/mips/include/asm/netlogic/xlp-hal/xlp.h +++ b/arch/mips/include/asm/netlogic/xlp-hal/xlp.h | |||
@@ -47,6 +47,9 @@ | |||
47 | #define PIC_OHCI_1_IRQ 26 | 47 | #define PIC_OHCI_1_IRQ 26 |
48 | #define PIC_OHCI_2_IRQ 27 | 48 | #define PIC_OHCI_2_IRQ 27 |
49 | #define PIC_OHCI_3_IRQ 28 | 49 | #define PIC_OHCI_3_IRQ 28 |
50 | #define PIC_MMC_IRQ 29 | ||
51 | #define PIC_I2C_0_IRQ 30 | ||
52 | #define PIC_I2C_1_IRQ 31 | ||
50 | 53 | ||
51 | #ifndef __ASSEMBLY__ | 54 | #ifndef __ASSEMBLY__ |
52 | 55 | ||