aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-01-21 22:39:20 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-01-21 22:39:20 +0000
commit26d4e1876c9c48fd364824da7c99288cb7782fc0 (patch)
tree578ae60d6870a695219f9a4b0d321c58ecd8e286 /target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch
parent0665e400a0e1871d6fc6907c1cc38b374d974671 (diff)
downloadupstream-26d4e1876c9c48fd364824da7c99288cb7782fc0.tar.gz
upstream-26d4e1876c9c48fd364824da7c99288cb7782fc0.tar.bz2
upstream-26d4e1876c9c48fd364824da7c99288cb7782fc0.zip
brcm47xx: add support for pcie host controller on bcma based SoCs.
This also adds minimal support for the BCMA43224 pcie wireless card. SVN-Revision: 29843
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch b/target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch
new file mode 100644
index 0000000000..efce69f157
--- /dev/null
+++ b/target/linux/brcm47xx/patches-3.2/0042-bcma-add-new-PCI-ID.patch
@@ -0,0 +1,24 @@
+From 699c57a18b40ffbe1763915acdc1a3e4fb539d01 Mon Sep 17 00:00:00 2001
+From: Hauke Mehrtens <hauke@hauke-m.de>
+Date: Fri, 13 Jan 2012 17:42:15 +0100
+Subject: [PATCH 29/32] bcma: add new PCI ID
+
+This ID was found on the PCIe wireless card on the board of a Netgear
+WNDR3400 using a bcm4716. The device with this ID is identified by b43
+as "Broadcom 43224 WLAN".
+
+Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+---
+ drivers/bcma/host_pci.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+--- a/drivers/bcma/host_pci.c
++++ b/drivers/bcma/host_pci.c
+@@ -275,6 +275,7 @@ static DEFINE_PCI_DEVICE_TABLE(bcma_pci_
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4353) },
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4357) },
+ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },
++ { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0xa8d8) },
+ { 0, },
+ };
+ MODULE_DEVICE_TABLE(pci, bcma_pci_bridge_tbl);