lantiq: fix network port GPIO settings for Fritzbox 3390
authorDaniel Kestrel <kestrel1974@t-online.de>
Fri, 22 Jul 2022 19:01:49 +0000 (21:01 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 22 Jul 2022 22:16:20 +0000 (00:16 +0200)
There are forum reports that 2 LAN ports are not working, the
GPIO settings are adjusted to fix the problem.

Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
(cherry picked from commit 0f301b0b1d7ca4b5fe290a72f0434525405f5a26)

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

index 17be2729f93841cbaab609482dce8f2c0a07f0de..5a3f2e58369cd10e667ed6bf4ed0e4df3a0840c5 100644 (file)
 &gswip_mdio {
        phy0: ethernet-phy@0 {
                reg = <0x0>;
-               gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio 32 GPIO_ACTIVE_LOW>;
        };
 
        phy1: ethernet-phy@1 {
                reg = <0x1>;
-               gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
        };
 
        phy11: ethernet-phy@11 {