]> www.infradead.org Git - users/willy/xarray.git/commitdiff
PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match list
authorJim Quinlan <james.quinlan@broadcom.com>
Fri, 11 Sep 2020 17:52:30 +0000 (13:52 -0400)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 2 Oct 2020 11:40:40 +0000 (12:40 +0100)
Now that the support is in place with previous commits, we add several
chips that use the BrcmSTB driver.

Link: https://lore.kernel.org/r/20200911175232.19016-11-james.quinlan@broadcom.com
Signed-off-by: Jim Quinlan <james.quinlan@broadcom.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
drivers/pci/controller/pcie-brcmstb.c

index 3ccf67eebf4c900ef6c8f83c5752af0106701461..afa7ba1d9a3883fc9f426707f8aefd7724ab87e8 100644 (file)
@@ -1207,6 +1207,10 @@ static int brcm_pcie_remove(struct platform_device *pdev)
 
 static const struct of_device_id brcm_pcie_match[] = {
        { .compatible = "brcm,bcm2711-pcie", .data = &bcm2711_cfg },
+       { .compatible = "brcm,bcm7211-pcie", .data = &generic_cfg },
+       { .compatible = "brcm,bcm7278-pcie", .data = &bcm7278_cfg },
+       { .compatible = "brcm,bcm7216-pcie", .data = &bcm7278_cfg },
+       { .compatible = "brcm,bcm7445-pcie", .data = &generic_cfg },
        {},
 };