]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/arm/mach-orion/pci.c
[ARM] Orion: MV88F5181 support bits
[mirror_ubuntu-jammy-kernel.git] / arch / arm / mach-orion / pci.c
index cf569c64711272db4e16544be2567eafd16d6529..0498d7c69b30896e423342fa3bf61804c2d2d6f2 100644 (file)
@@ -154,7 +154,7 @@ static int orion_pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where,
                        PCIE_CONF_REG(where) | PCIE_CONF_ADDR_EN);
 
        orion_pcie_id(&dev, &rev);
-       if (dev == MV88F5182_DEV_ID) {
+       if (dev == MV88F5181_DEV_ID || dev == MV88F5182_DEV_ID) {
                /* extended register space */
                pcie_addr = ORION_PCIE_WA_BASE;
                pcie_addr |= PCIE_CONF_BUS(bus->number) |