projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2ed33a
)
MIPS: pci-mt7620: Enable PCIe on MT7688
author
Daniel Golle
<
[email protected]
>
Sat, 3 Jun 2017 18:20:14 +0000
(20:20 +0200)
committer
James Hogan
<
[email protected]
>
Wed, 14 Mar 2018 15:14:05 +0000
(15:14 +0000)
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]
>
arch/mips/pci/pci-mt7620.c
patch
|
blob
|
history
diff --git
a/arch/mips/pci/pci-mt7620.c
b/arch/mips/pci/pci-mt7620.c
index 407f155f0bb6f5d5fa7e78f5aa611085843653d8..f6b77788124af28e5871b4c00c24576672e23084 100644
(file)
--- 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;