mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
ath79: fix OCEDO Koala ethernet configuration
The OCEDO Koala has incorrect PLL settings which result in ~3% packet loss on ethernet connections. Also omit the gmac-configuration as it's incorrect too. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
abc7ed2c58
commit
06b1a6e885
@ -156,15 +156,5 @@
|
|||||||
phy-handle = <&phy5>;
|
phy-handle = <&phy5>;
|
||||||
phy-mode = "rgmii-rxid";
|
phy-mode = "rgmii-rxid";
|
||||||
|
|
||||||
pll-data = <0xae000000 0xa0000101 0xa0001313>;
|
pll-data = <0x8e000000 0x80000101 0x80001313>;
|
||||||
|
|
||||||
gmac-config {
|
|
||||||
device = <&gmac>;
|
|
||||||
|
|
||||||
rxdv-delay = <3>;
|
|
||||||
rxd-delay = <3>;
|
|
||||||
txen-delay = <0>;
|
|
||||||
txd-delay = <0>;
|
|
||||||
rgmii-enabled = <1>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user