mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
ath79: fix nanostation ac loco ethernet interface
In 4.14 the delays were not cleared, so setting "rgmii" as phy-mode did not affect delays set by the bootloader. With 5.4 kernel the situation changed and the ethernet interface stopped working. Just taking the ethernetpart from the litebeam ac gen2 will fix the issue. Explained-by: David Bauer <mail@david-bauer.net> Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
63ab77d0eb
commit
a181dbc2e3
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
phy-mask = <4>;
|
phy-mask = <4>;
|
||||||
phy4: ethernet-phy@4 {
|
phy4: ethernet-phy@4 {
|
||||||
phy-mode = "rgmii";
|
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -21,11 +20,11 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
/* default for ar934x, except for 1000M and 10M */
|
/* default for ar934x, except for 1000M and 10M */
|
||||||
pll-data = <0x06000000 0x00000101 0x00001313>;
|
pll-data = <0x02000000 0x00000101 0x00001313>;
|
||||||
|
|
||||||
mtd-mac-address = <&art 0x0>;
|
mtd-mac-address = <&art 0x0>;
|
||||||
|
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii-id";
|
||||||
phy-handle = <&phy4>;
|
phy-handle = <&phy4>;
|
||||||
|
|
||||||
gmac-config {
|
gmac-config {
|
||||||
|
Loading…
Reference in New Issue
Block a user