aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Golle <[email protected]>2017-06-03 20:20:14 +0200
committerJames Hogan <[email protected]>2018-03-14 15:14:05 +0000
commit60c5d8932f069901e34c816a97332b1b2b982955 (patch)
tree686ea9153bddeb0816694381a83645e38ab15464
parentb2ed33a895676738dfad11cedcba1e3a0a8b6203 (diff)
MIPS: pci-mt7620: Enable PCIe on MT7688
Use PCIe support for MT7628AN also on MT7688. Tested on WRTNODE2R. Signed-off-by: Daniel Golle <[email protected]> Cc: John Crispin <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/16223/ Signed-off-by: James Hogan <[email protected]>
-rw-r--r--arch/mips/pci/pci-mt7620.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/pci/pci-mt7620.c b/arch/mips/pci/pci-mt7620.c
index 407f155f0bb6..f6b77788124a 100644
--- a/arch/mips/pci/pci-mt7620.c
+++ b/arch/mips/pci/pci-mt7620.c
@@ -315,6 +315,7 @@ static int mt7620_pci_probe(struct platform_device *pdev)
break;
case MT762X_SOC_MT7628AN:
+ case MT762X_SOC_MT7688:
if (mt7628_pci_hw_init(pdev))
return -1;
break;