diff options
author | Qing Zhang <zhangqing@loongson.cn> | 2021-06-18 04:53:36 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-18 20:48:34 +0200 |
commit | 47a311c31a51e44130c92dc11f9f0d7c8c1f9be0 (patch) | |
tree | 717640007e42cead383096da46058256ff216b23 | |
parent | MIPS: Loongson64: Add GMAC support for Loongson-2K1000 (diff) | |
download | linux-47a311c31a51e44130c92dc11f9f0d7c8c1f9be0.tar.xz linux-47a311c31a51e44130c92dc11f9f0d7c8c1f9be0.zip |
MIPS: Loongson64: DTS: Add GMAC support for LS7A PCH
The GMAC module is now supported, enable it.
Signed-off-by: Qing Zhang <zhangqing@loongson.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi index f99a7a11fded..58b9bb47c58a 100644 --- a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi +++ b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi @@ -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>, @@ -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>, |