aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.4
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-06-03 20:24:11 +0200
committerDaniel Golle <daniel@makrotopia.org>2017-06-03 20:45:38 +0200
commitbfa2e945de59760575cde66e93c49084da354806 (patch)
tree1c201c7d6b1832210527db08fd1b47b0fbbc4e52 /target/linux/ramips/patches-4.4
parent860e053b29a77897d635c1e33007552561062961 (diff)
downloadupstream-bfa2e945de59760575cde66e93c49084da354806.tar.gz
upstream-bfa2e945de59760575cde66e93c49084da354806.tar.bz2
upstream-bfa2e945de59760575cde66e93c49084da354806.zip
ramips: enable PCIe on MT7688
Submitted upstream as well, see patchwork https://patchwork.linux-mips.org/patch/16223/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/patches-4.4')
-rw-r--r--target/linux/ramips/patches-4.4/0009-PCI-MIPS-adds-mt7620a-pcie-driver.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.4/0009-PCI-MIPS-adds-mt7620a-pcie-driver.patch b/target/linux/ramips/patches-4.4/0009-PCI-MIPS-adds-mt7620a-pcie-driver.patch
index 96bf9d0fb0..d6ed53c447 100644
--- a/target/linux/ramips/patches-4.4/0009-PCI-MIPS-adds-mt7620a-pcie-driver.patch
+++ b/target/linux/ramips/patches-4.4/0009-PCI-MIPS-adds-mt7620a-pcie-driver.patch
@@ -24,7 +24,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
obj-$(CONFIG_SOC_RT3883) += pci-rt3883.o
--- /dev/null
+++ b/arch/mips/pci/pci-mt7620.c
-@@ -0,0 +1,396 @@
+@@ -0,0 +1,397 @@
+/*
+ * Ralink MT7620A SoC PCI support
+ *
@@ -319,6 +319,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ break;
+
+ case MT762X_SOC_MT7628AN:
++ case MT762X_SOC_MT7688:
+ if (mt7628_pci_hw_init(pdev))
+ return -1;
+ break;