ath79: fix OCEDO Koala ethernet configuration
authorDavid Bauer <mail@david-bauer.net>
Sat, 29 Dec 2018 22:31:19 +0000 (23:31 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 30 Dec 2018 19:08:13 +0000 (20:08 +0100)
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>
target/linux/ath79/dts/qca9558_ocedo_koala.dts

index 2c150971db621960a386137649b10eeb37c49a08..23835492a3141ab13958f22179480a2e3aa2925c 100644 (file)
        phy-handle = <&phy5>;
        phy-mode = "rgmii-rxid";
 
        phy-handle = <&phy5>;
        phy-mode = "rgmii-rxid";
 
-       pll-data = <0xae000000 0xa0000101 0xa0001313>;
-
-       gmac-config {
-               device = <&gmac>;
-
-               rxdv-delay = <3>;
-               rxd-delay = <3>;
-               txen-delay = <0>;
-               txd-delay = <0>;
-               rgmii-enabled = <1>;
-       };
+       pll-data = <0x8e000000 0x80000101 0x80001313>;
 };
 };