lantiq: fix lan port 3+4 phy-mode settings for Fritzbox 3390
authorDaniel Kestrel <kestrel1974@t-online.de>
Fri, 5 Aug 2022 08:35:07 +0000 (10:35 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 6 Aug 2022 20:23:20 +0000 (22:23 +0200)
There are forum reports that 2 LAN ports are still not working,
the phy-mode settings are adjusted to fix the problem.

Fixes: #10371
Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
(cherry picked from commit 8756a047874bf688138a81898b6973f196cd1d36)

target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts

index 5a3f2e58369cd10e667ed6bf4ed0e4df3a0840c5..ba88a812706d355fa8a4d6ee534663f5d0441a33 100644 (file)
        port@0 {
                reg = <0>;
                label = "lan3";
-               phy-mode = "rgmii";
+               phy-mode = "rgmii-rxid";
                phy-handle = <&phy0>;
        };
 
        port@1 {
                reg = <1>;
                label = "lan4";
-               phy-mode = "rgmii";
+               phy-mode = "rgmii-rxid";
                phy-handle = <&phy1>;
        };