فهرست منبع

ar71xx: enable PCI for the AR934[24] SoCs

Signed-off-by: Jaiganesh Narayanan <[email protected]>

SVN-Revision: 26515
Gabor Juhos 15 سال پیش
والد
کامیت
e4555809c7
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      target/linux/ar71xx/files/arch/mips/ar71xx/pci.c

+ 4 - 0
target/linux/ar71xx/files/arch/mips/ar71xx/pci.c

@@ -54,6 +54,8 @@ int __init pcibios_map_irq(const struct pci_dev *dev, uint8_t slot, uint8_t pin)
 	case AR71XX_SOC_AR7240:
 	case AR71XX_SOC_AR7240:
 	case AR71XX_SOC_AR7241:
 	case AR71XX_SOC_AR7241:
 	case AR71XX_SOC_AR7242:
 	case AR71XX_SOC_AR7242:
+	case AR71XX_SOC_AR9342:
+	case AR71XX_SOC_AR9344:
 		ret = ar724x_pcibios_map_irq(dev, slot, pin);
 		ret = ar724x_pcibios_map_irq(dev, slot, pin);
 		break;
 		break;
 
 
@@ -79,6 +81,8 @@ int __init ar71xx_pci_init(unsigned nr_irqs, struct ar71xx_pci_irq *map)
 	case AR71XX_SOC_AR7240:
 	case AR71XX_SOC_AR7240:
 	case AR71XX_SOC_AR7241:
 	case AR71XX_SOC_AR7241:
 	case AR71XX_SOC_AR7242:
 	case AR71XX_SOC_AR7242:
+	case AR71XX_SOC_AR9342:
+	case AR71XX_SOC_AR9344:
 		ret = ar724x_pcibios_init();
 		ret = ar724x_pcibios_init();
 		break;
 		break;