]> git.itanic.dy.fi Git - linux-stable/commitdiff
mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2
authorArınç ÜNAL <arinc.unal@arinc9.com>
Mon, 28 Nov 2022 21:32:38 +0000 (00:32 +0300)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 1 Dec 2022 10:36:45 +0000 (11:36 +0100)
The phy-mode property must be defined on the MAC instead of the PHY. Define
phy-mode under gmac1 which the external phy is connected to.

Tested-by: Petr Louda <petr.louda@outlook.cz>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts

index 7515555388ae987a0338069dabf7fdefe379a655..e31417569e09964dba61173340e9caa705c30702 100644 (file)
@@ -113,13 +113,13 @@ &pcie {
 
 &gmac1 {
        status = "okay";
+       phy-mode = "rgmii-rxid";
        phy-handle = <&ethphy5>;
 };
 
 &mdio {
        ethphy5: ethernet-phy@5 {
                reg = <5>;
-               phy-mode = "rgmii-rxid";
        };
 };