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 20:05:23 +0000 (22:05 +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>
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 {