bcm53xx: add support for the PCIe controller
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-3.14 / 160-bcma-add-PCI-IDs-for-more-devices.patch
1 From a0d83e0ad20f6dde0a71ed07da12ca3be8bbdc01 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Sun, 18 May 2014 17:15:24 +0200
4 Subject: [PATCH 12/15] bcma: add PCI IDs for more devices
5
6 This adds the PCI IDs for the BCM4360 and BCM43227.
7 Both devices were found on a Netgear R6250 with a BCM4708 ARM SoC.
8
9 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
10 ---
11 drivers/bcma/host_pci.c | 2 ++
12 1 file changed, 2 insertions(+)
13
14 --- a/drivers/bcma/host_pci.c
15 +++ b/drivers/bcma/host_pci.c
16 @@ -280,6 +280,8 @@ static const struct pci_device_id bcma_p
17 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4359) },
18 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4365) },
19 { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4727) },
20 + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 43227) },
21 + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4360) },
22 { 0, },
23 };
24 MODULE_DEVICE_TABLE(pci, bcma_pci_bridge_tbl);