bcm53xx: fixup early device id 8012
authorRafał Miłecki <zajec5@gmail.com>
Wed, 11 Mar 2015 17:32:02 +0000 (17:32 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Wed, 11 Mar 2015 17:32:02 +0000 (17:32 +0000)
Looks like the BCM53012 has a similar problem to the BCM53011.

Signed-off-by: Ian Kent <raven@themaw.net>
SVN-Revision: 44680

target/linux/bcm53xx/patches-3.14/170-pcie2-bcma-add-new-PCIe2-driver-for-bcma.patch
target/linux/bcm53xx/patches-3.18/170-pcie2-bcma-add-new-PCIe2-driver-for-bcma.patch

index e9631335deaac654ac3e10e7053450b843d88200..d3e1a59edfb84b1b16bd2a0c5c54a560297a9992 100644 (file)
@@ -72,7 +72,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
 +obj-$(CONFIG_PCI_BCM5301X) += pci-host-bcm5301x.o
 --- /dev/null
 +++ b/drivers/pci/host/pci-host-bcm5301x.c
-@@ -0,0 +1,459 @@
+@@ -0,0 +1,460 @@
 +/*
 + * Northstar PCI-Express driver
 + * Only supports Root-Complex (RC) mode
@@ -220,6 +220,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
 +      dev->class = PCI_CLASS_BRIDGE_PCI << 8;
 +}
 +DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_BROADCOM, 0x8011, bcma_pcie2_fixup_class);
++DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_BROADCOM, 0x8012, bcma_pcie2_fixup_class);
 +
 +/*
 + * Check link status, return 0 if link is up in RC mode,
index 1a8460490f9fab902b4e48addf24e0655355ef1f..9c8aa3bd0ef888a714a406cdea177be6ee829e5d 100644 (file)
@@ -72,7 +72,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
 +obj-$(CONFIG_PCI_BCM5301X) += pci-host-bcm5301x.o
 --- /dev/null
 +++ b/drivers/pci/host/pci-host-bcm5301x.c
-@@ -0,0 +1,459 @@
+@@ -0,0 +1,460 @@
 +/*
 + * Northstar PCI-Express driver
 + * Only supports Root-Complex (RC) mode
@@ -220,6 +220,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
 +      dev->class = PCI_CLASS_BRIDGE_PCI << 8;
 +}
 +DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_BROADCOM, 0x8011, bcma_pcie2_fixup_class);
++DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_BROADCOM, 0x8012, bcma_pcie2_fixup_class);
 +
 +/*
 + * Check link status, return 0 if link is up in RC mode,