diff mbox series

[OpenWrt-Devel] ath79: fix OCEDO Koala ethernet configuration

Message ID 20181229223119.9893-1-mail@david-bauer.net
State Accepted
Delegated to: Mathias Kresin
Headers show
Series [OpenWrt-Devel] ath79: fix OCEDO Koala ethernet configuration | expand

Commit Message

David Bauer Dec. 29, 2018, 10:31 p.m. UTC
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 | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/ath79/dts/qca9558_ocedo_koala.dts b/target/linux/ath79/dts/qca9558_ocedo_koala.dts
index 2c150971db..23835492a3 100644
--- a/target/linux/ath79/dts/qca9558_ocedo_koala.dts
+++ b/target/linux/ath79/dts/qca9558_ocedo_koala.dts
@@ -156,15 +156,5 @@ 
 	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>;
 };