diff mbox series

[OpenWrt-Devel] ath79: fix OCEDO Raccoon 10Mbit PLL value

Message ID 20190422192942.29203-1-mail@david-bauer.net
State Accepted
Headers show
Series [OpenWrt-Devel] ath79: fix OCEDO Raccoon 10Mbit PLL value | expand

Commit Message

David Bauer April 22, 2019, 7:29 p.m. UTC
This corrects the PLL value for 10 Mbit/s links on the OCEDO Raccoon.
Prior to this patch, 10 Mbit/s links would not transmit data.

It is worth mentioning that the vendor firmware used the same PLL
settings and 10Mbit/s was also not working there.

All other link-modes are working correctly without any packet loss.

Signed-off-by: David Bauer <mail@david-bauer.net>
---
 target/linux/ath79/dts/ar9344_ocedo_raccoon.dts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts
index 0875c319b9..a1a912383f 100644
--- a/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts
+++ b/target/linux/ath79/dts/ar9344_ocedo_raccoon.dts
@@ -169,8 +169,7 @@ 
 &eth0 {
 	status = "okay";
 
-	/* default for ar934x, except for 1000M */
-	pll-data = <0x06000000 0x00000101 0x00001616>;
+	pll-data = <0x06000000 0x00000101 0x00001313>;
 
 	mtd-mac-address = <&art 0x0>;