aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2019-04-22 21:29:42 +0200
committerPetr Štetiar <ynezz@true.cz>2019-05-05 21:11:01 +0200
commit3364af629d2fcc7d173ad1825d08a5682bea6d3d (patch)
tree414046788d5201ed08e9f66293f1c0c9b9e9c6a4
parentfc23bcdaa2f011ef47e2f6c6c1babad6fbdc3e7d (diff)
downloadupstream-3364af629d2fcc7d173ad1825d08a5682bea6d3d.tar.gz
upstream-3364af629d2fcc7d173ad1825d08a5682bea6d3d.tar.bz2
upstream-3364af629d2fcc7d173ad1825d08a5682bea6d3d.zip
ath79: fix OCEDO Raccoon 10Mbit PLL value
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>
-rw-r--r--target/linux/ath79/dts/ar9344_ocedo_raccoon.dts3
1 files changed, 1 insertions, 2 deletions
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>;