ar71xx: add AR933x specific glue code for IRQ initialization
authorGabor Juhos <juhosg@openwrt.org>
Tue, 31 May 2011 22:53:32 +0000 (22:53 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 31 May 2011 22:53:32 +0000 (22:53 +0000)
SVN-Revision: 27059

target/linux/ar71xx/files/arch/mips/ar71xx/irq.c
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h

index 12919f7e588a36f4a353c2d5d22174b4efa7f6d9..ff4d9ead7edb7c8c2edfe8cb7b366cef62b91487 100644 (file)
@@ -232,6 +232,8 @@ static void __init ar71xx_misc_irq_init(void)
        case AR71XX_SOC_AR7240:
        case AR71XX_SOC_AR7241:
        case AR71XX_SOC_AR7242:
+       case AR71XX_SOC_AR9330:
+       case AR71XX_SOC_AR9331:
        case AR71XX_SOC_AR9341:
        case AR71XX_SOC_AR9342:
        case AR71XX_SOC_AR9344:
@@ -292,15 +294,28 @@ asmlinkage void plat_irq_dispatch(void)
 void __init arch_init_irq(void)
 {
        switch (ar71xx_soc) {
+       case AR71XX_SOC_AR7130:
+       case AR71XX_SOC_AR7141:
+       case AR71XX_SOC_AR7161:
+               ip2_flush_reg = AR71XX_DDR_REG_FLUSH_PCI;
+               break;
+
        case AR71XX_SOC_AR7240:
        case AR71XX_SOC_AR7241:
        case AR71XX_SOC_AR7242:
                ip2_flush_reg = AR724X_DDR_REG_FLUSH_PCIE;
                break;
+
        case AR71XX_SOC_AR9130:
        case AR71XX_SOC_AR9132:
                ip2_flush_reg = AR91XX_DDR_REG_FLUSH_WMAC;
                break;
+
+       case AR71XX_SOC_AR9330:
+       case AR71XX_SOC_AR9331:
+               ip2_flush_reg = AR933X_DDR_REG_FLUSH_WMAC;
+               break;
+
        case AR71XX_SOC_AR9341:
        case AR71XX_SOC_AR9342:
        case AR71XX_SOC_AR9344:
@@ -308,8 +323,7 @@ void __init arch_init_irq(void)
                break;
 
        default:
-               ip2_flush_reg = AR71XX_DDR_REG_FLUSH_PCI;
-               break;
+               BUG();
        }
 
        mips_cpu_irq_init();
index 6d43e25150d5264974bdc422a96b76a302d15151..84f7c476b50fd136e63446c8778b915f5a77583a 100644 (file)
@@ -506,6 +506,11 @@ void ar71xx_gpio_function_setup(u32 set, u32 clear);
 #define AR91XX_DDR_REG_FLUSH_USB       0x84
 #define AR91XX_DDR_REG_FLUSH_WMAC      0x88
 
+#define AR933X_DDR_REG_FLUSH_GE0       0x7c
+#define AR933X_DDR_REG_FLUSH_GE1       0x80
+#define AR933X_DDR_REG_FLUSH_USB       0x84
+#define AR933X_DDR_REG_FLUSH_WMAC      0x88
+
 #define AR934X_DDR_REG_FLUSH_GE0       0x9c
 #define AR934X_DDR_REG_FLUSH_GE1       0xa0
 #define AR934X_DDR_REG_FLUSH_USB       0xa4