aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel Kestrel <kestrel1974@t-online.de>2022-07-22 21:01:49 +0200
committerChristian Lamparter <chunkeey@gmail.com>2022-07-23 00:16:20 +0200
commit506432a7839504b71b3efee92f9299386c707a99 (patch)
tree2dd31a5ef42906210ba72c49d65924d63499aa0f /target
parentee27a2b7062dd3917d78e883cc883707fbcb76df (diff)
downloadupstream-506432a7839504b71b3efee92f9299386c707a99.tar.gz
upstream-506432a7839504b71b3efee92f9299386c707a99.tar.bz2
upstream-506432a7839504b71b3efee92f9299386c707a99.zip
lantiq: fix network port GPIO settings for Fritzbox 3390
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)
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz3390.dts4
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 17be2729f9..5a3f2e5836 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
@@ -149,12 +149,12 @@
&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 {