Skip to content

Commit

Permalink
MIPS: Loongson64: DTS: Add GMAC support for LS7A PCH
Browse files Browse the repository at this point in the history
The GMAC module is now supported, enable it.

Signed-off-by: Qing Zhang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
zhangqingmy authored and davem330 committed Jun 18, 2021
1 parent f8a1142 commit 47a311c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/mips/boot/dts/loongson/ls7a-pch.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
compatible = "pci0014,7a03.0",
"pci0014,7a03",
"pciclass020000",
"pciclass0200";
"pciclass0200",
"loongson, pci-gmac";

reg = <0x1800 0x0 0x0 0x0 0x0>;
interrupts = <12 IRQ_TYPE_LEVEL_HIGH>,
Expand All @@ -208,7 +209,8 @@
compatible = "pci0014,7a03.0",
"pci0014,7a03",
"pciclass020000",
"pciclass0200";
"pciclass0200",
"loongson, pci-gmac";

reg = <0x1900 0x0 0x0 0x0 0x0>;
interrupts = <14 IRQ_TYPE_LEVEL_HIGH>,
Expand Down

0 comments on commit 47a311c

Please sign in to comment.