diff options
author | Daniel Kestrel <kestrel1974@t-online.de> | 2022-08-05 10:35:07 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-08-05 14:10:42 +0200 |
commit | 8756a047874bf688138a81898b6973f196cd1d36 (patch) | |
tree | 11ca272a646e281e76a003a839e50729f4667862 /target/linux/lantiq/files | |
parent | 943905b0b6ee59fb7eaf3611960c0ec87ed61bbc (diff) | |
download | upstream-8756a047874bf688138a81898b6973f196cd1d36.tar.gz upstream-8756a047874bf688138a81898b6973f196cd1d36.tar.bz2 upstream-8756a047874bf688138a81898b6973f196cd1d36.zip |
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@t-online.de>
Diffstat (limited to 'target/linux/lantiq/files')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts | 4 |
1 files 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@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>; }; |