mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
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>
This commit is contained in:
parent
69ea671320
commit
0f301b0b1d
@ -149,12 +149,12 @@
|
|||||||
&gswip_mdio {
|
&gswip_mdio {
|
||||||
phy0: ethernet-phy@0 {
|
phy0: ethernet-phy@0 {
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio 32 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
phy1: ethernet-phy@1 {
|
phy1: ethernet-phy@1 {
|
||||||
reg = <0x1>;
|
reg = <0x1>;
|
||||||
gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
phy11: ethernet-phy@11 {
|
phy11: ethernet-phy@11 {
|
||||||
|
Loading…
Reference in New Issue
Block a user