aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-05-29 19:25:40 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-05-29 19:25:40 +0000
commitae61421afa39e5f0eff857207070aee11c057832 (patch)
tree468db86b88000647696928919786a23a397c48cf /target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch
parent139153ff6c4d3fc3d7335bc7d5836a8cf26a62c9 (diff)
downloadmaster-187ad058-ae61421afa39e5f0eff857207070aee11c057832.tar.gz
master-187ad058-ae61421afa39e5f0eff857207070aee11c057832.tar.bz2
master-187ad058-ae61421afa39e5f0eff857207070aee11c057832.zip
bcm53xx: add support for the PCIe controller
This patch adds support for the PCIe controller In addition to the PCIe controller a sprom is now provided by a device tree driver to bcma from some nvram. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40880 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch')
-rw-r--r--target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch b/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch
new file mode 100644
index 0000000000..c87bdd7534
--- /dev/null
+++ b/target/linux/bcm53xx/patches-3.14/160-bcma-add-PCI-IDs-for-more-devices.patch
@@ -0,0 +1,24 @@
+From a0d83e0ad20f6dde0a71ed07da12ca3be8bbdc01 Mon Sep 17 00:00:00 2001
+From: Hauke Mehrtens <hauke@hauke-m.de>
+Date: Sun, 18 May 2014 17:15:24 +0200
+Subject: [PATCH 12/15] bcma: add PCI IDs for more devices
+
+This adds the PCI IDs for the BCM4360 and BCM43227.
+Both devices were found on a Netgear R6250 with a BCM4708 ARM SoC.
+
+Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+---
+ drivers/bcma/host_pci.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/drivers/bcma/host_pci.c
++++ b/drivers/bcma/host_pci.c
+@@ -280,6 +280,8 @@ static const struct pci_device_id bcma_p
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4359) },
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4365) },
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },
++ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43227) },
++ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4360) },
+ { 0, },
+ };
+ MODULE_DEVICE_TABLE(pci, bcma_pci_bridge_tbl);