ath79: use rgmii-id instead of rgmii in ubnt,lap-120
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Tue, 10 Mar 2020 18:31:20 +0000 (19:31 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 13 Jul 2020 21:35:51 +0000 (23:35 +0200)
Since commit 6f2e1b7485 (ath79: disable delays on AT803X config init)
the incoming incoming traffic on the ubnt,lap-120 devices Ethernet
port was not making it through. Using rgmii-id instead of rgmii (same
configuration as ubnt,litebeam-ac-gen2) fixes it.

Fixes FS#2893.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
target/linux/ath79/dts/ar9342_ubnt_lap-120.dts

index 9ea6079264973d9477672bd03ea28671a2c52efc..78567622b6272c7ae20ddd57d8f32c253249e33d 100644 (file)
@@ -13,7 +13,6 @@
 
        phy-mask = <4>;
        phy4: ethernet-phy@4 {
-               phy-mode = "rgmii";
                reg = <4>;
        };
 };
        status = "okay";
 
        /* default for ar934x, except for 1000M and 10M */
-       pll-data = <0x06000000 0x00000101 0x00001313>;
+       pll-data = <0x02000000 0x00000101 0x00001313>;
 
        mtd-mac-address = <&art 0x0>;
 
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        phy-handle = <&phy4>;
 
        gmac-config {