ar71xx: allow pci calibration fixup to work with ar9344
[openwrt/staging/wigyori.git] / target / linux / ar71xx / files / arch / mips / ath79 / pci-ath9k-fixup.c
index fcca1d2ea43018f6bf16275f87d5077a7f956834..22023518069bc9b15b898f12f342b89563358e6a 100644 (file)
@@ -73,6 +73,9 @@ static void ath9k_pci_fixup(struct pci_dev *dev)
        case ATH79_SOC_AR7242:
                pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, 0x1000ffff);
                break;
+       case ATH79_SOC_AR9344:
+               pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, 0x1000ffff);
+               break;
 
        default:
                BUG();