diff options
author | Florian Fainelli <florian@openwrt.org> | 2015-03-28 18:18:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2015-03-28 18:18:38 +0000 |
commit | f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4 (patch) | |
tree | aa8328b4022f79dba09d9d2ecab611ddf17e7124 /target/linux/adm8668/patches-3.18/002-adm8668_pci.patch | |
parent | 26cf81b94b22a3cc95676ff63e6d69dd256de080 (diff) | |
download | upstream-f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4.tar.gz upstream-f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4.tar.bz2 upstream-f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4.zip |
adm8668: add 3.18 support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45094
Diffstat (limited to 'target/linux/adm8668/patches-3.18/002-adm8668_pci.patch')
-rw-r--r-- | target/linux/adm8668/patches-3.18/002-adm8668_pci.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/adm8668/patches-3.18/002-adm8668_pci.patch b/target/linux/adm8668/patches-3.18/002-adm8668_pci.patch new file mode 100644 index 0000000000..70ee00db5a --- /dev/null +++ b/target/linux/adm8668/patches-3.18/002-adm8668_pci.patch @@ -0,0 +1,22 @@ +--- a/arch/mips/pci/Makefile ++++ b/arch/mips/pci/Makefile +@@ -58,6 +58,7 @@ obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32 + obj-$(CONFIG_CAVIUM_OCTEON_SOC) += pci-octeon.o pcie-octeon.o + obj-$(CONFIG_CPU_XLR) += pci-xlr.o + obj-$(CONFIG_CPU_XLP) += pci-xlp.o ++obj-$(CONFIG_ADM8668) += pci-adm8668.o + + ifdef CONFIG_PCI_MSI + obj-$(CONFIG_CAVIUM_OCTEON_SOC) += msi-octeon.o +--- a/include/linux/pci_ids.h ++++ b/include/linux/pci_ids.h +@@ -1820,6 +1820,9 @@ + + #define PCI_VENDOR_ID_CB 0x1307 /* Measurement Computing */ + ++#define PCI_VENDOR_ADMTEK 0x1317 ++#define PCI_DEVICE_ID_ADM8668 0x8688 ++ + #define PCI_VENDOR_ID_SIIG 0x131f + #define PCI_SUBVENDOR_ID_SIIG 0x131f + #define PCI_DEVICE_ID_SIIG_1S_10x_550 0x1000 |