[openwrt/openwrt] lantiq: fix lan port 3+4 phy-mode settings for Fritzbox 3390

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 6 13:29:13 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/c2c32bdc801c7ea08e96fc6d802d0d4349465f0d

commit c2c32bdc801c7ea08e96fc6d802d0d4349465f0d
Author: Daniel Kestrel <kestrel1974 at t-online.de>
AuthorDate: Fri Aug 5 10:35:07 2022 +0200

    lantiq: fix lan port 3+4 phy-mode settings for Fritzbox 3390
    
    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 at t-online.de>
    (cherry picked from commit 8756a047874bf688138a81898b6973f196cd1d36)
---
 .../lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts
index 5a3f2e5836..ba88a81270 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts
@@ -170,14 +170,14 @@
 	port at 0 {
 		reg = <0>;
 		label = "lan3";
-		phy-mode = "rgmii";
+		phy-mode = "rgmii-rxid";
 		phy-handle = <&phy0>;
 	};
 
 	port at 1 {
 		reg = <1>;
 		label = "lan4";
-		phy-mode = "rgmii";
+		phy-mode = "rgmii-rxid";
 		phy-handle = <&phy1>;
 	};
 




More information about the lede-commits mailing list