Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MIPS: dts: loongson: Fix GMAC phy node

phy-mode should be rgmii-id to match hardware configuration.

Also there should be a phy-handle to reference phy node.

Fixes: f8a11425075f ("MIPS: Loongson64: Add GMAC support for Loongson-2K1000")
Cc: stable@vger.kernel.org
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Jiaxun Yang and committed by
Thomas Bogendoerfer
813c18d1 f70fd92d

+4 -2
+4 -2
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
··· 128 128 <13 IRQ_TYPE_LEVEL_HIGH>; 129 129 interrupt-names = "macirq", "eth_lpi"; 130 130 interrupt-parent = <&liointc0>; 131 - phy-mode = "rgmii"; 131 + phy-mode = "rgmii-id"; 132 + phy-handle = <&phy1>; 132 133 mdio { 133 134 #address-cells = <1>; 134 135 #size-cells = <0>; ··· 152 151 <15 IRQ_TYPE_LEVEL_HIGH>; 153 152 interrupt-names = "macirq", "eth_lpi"; 154 153 interrupt-parent = <&liointc0>; 155 - phy-mode = "rgmii"; 154 + phy-mode = "rgmii-id"; 155 + phy-handle = <&phy1>; 156 156 mdio { 157 157 #address-cells = <1>; 158 158 #size-cells = <0>;