mediatek/filogic: fix mt7981.dtsi PCIe support
* the compatible string was wrong * the pinmux was missing Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
41655c81c1
commit
27286ed524
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@
|
||||||
|
|
||||||
pcie: pcie@11280000 {
|
pcie: pcie@11280000 {
|
||||||
compatible = "mediatek,mt7981-pcie",
|
compatible = "mediatek,mt7981-pcie",
|
||||||
"mediatek,mt7986-pcie";
|
"mediatek,mt8192-pcie";
|
||||||
reg = <0 0x11280000 0 0x4000>;
|
reg = <0 0x11280000 0 0x4000>;
|
||||||
reg-names = "pcie-mac";
|
reg-names = "pcie-mac";
|
||||||
ranges = <0x82000000 0 0x20000000
|
ranges = <0x82000000 0 0x20000000
|
||||||
|
|
Loading…
Reference in a new issue