diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-14 11:49:51 +0000 | 
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-14 11:49:51 +0000 | 
| commit | c86a746eceb25fd0090fb8d25260c98c7d49f8c4 (patch) | |
| tree | 1c7e133c5c843ef7470ee1a1c105cdb4111cdbf9 /target/linux/ar71xx/files/arch/mips/include | |
| parent | c6f1eddcdf4596e94ebf9e2d01f0a14e5da3cfc4 (diff) | |
ar71xx: use a dummy irq chip for WMAC and PCIe irq hadling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29107 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
| -rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index 46346648f..fe2d9a32b 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -89,7 +89,9 @@  #define AR71XX_GPIO_IRQ_BASE	40  #define AR71XX_GPIO_IRQ_COUNT	32  #define AR71XX_PCI_IRQ_BASE	72 -#define AR71XX_PCI_IRQ_COUNT	8 +#define AR71XX_PCI_IRQ_COUNT	6 +#define AR934X_IP2_IRQ_BASE	78 +#define AR934X_IP2_IRQ_COUNT	2  #define AR71XX_CPU_IRQ_IP2	(AR71XX_CPU_IRQ_BASE + 2)  #define AR71XX_CPU_IRQ_USB	(AR71XX_CPU_IRQ_BASE + 3) @@ -119,6 +121,9 @@  #define AR71XX_PCI_IRQ_DEV2	(AR71XX_PCI_IRQ_BASE + 2)  #define AR71XX_PCI_IRQ_CORE	(AR71XX_PCI_IRQ_BASE + 4) +#define AR934X_IP2_IRQ_WMAC	(AR934X_IP2_IRQ_BASE + 0) +#define AR934X_IP2_IRQ_PCIE	(AR934X_IP2_IRQ_BASE + 1) +  extern u32 ar71xx_ahb_freq;  extern u32 ar71xx_cpu_freq;  extern u32 ar71xx_ddr_freq;  | 
