741-MIPS-ath79-add-PCI-for-QCA9556-SoC.patch 374 B

123456789101112
  1. --- a/arch/mips/ath79/pci.c
  2. +++ b/arch/mips/ath79/pci.c
  3. @@ -324,7 +324,8 @@ int __init ath79_register_pci(void)
  4. QCA953X_PCI_MEM_SIZE,
  5. 0,
  6. ATH79_IP2_IRQ(0));
  7. - } else if (soc_is_qca9558()) {
  8. + } else if (soc_is_qca9558() ||
  9. + soc_is_qca9556()) {
  10. pdev = ath79_register_pci_ar724x(0,
  11. QCA955X_PCI_CFG_BASE0,
  12. QCA955X_PCI_CTRL_BASE0,