ath79: fix 10 Mbit PLL data for UniFi AC
authorDavid Bauer <mail@david-bauer.net>
Wed, 14 Apr 2021 21:58:25 +0000 (23:58 +0200)
committerDavid Bauer <mail@david-bauer.net>
Thu, 15 Apr 2021 20:40:48 +0000 (22:40 +0200)
Fix the PLL register value for 10 Mbit/s link modes on the UniFi AC Lite
/ Mesh / LR. Otherwise, 10 Mbit/s links do not transfer data.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ath79/dts/qca9563_ubnt_unifiac-lite.dtsi

index b9a5b55cd6bd38728b2133add5a2ba5878f708db..b41e90abe81eb6bfbe17eaf35c1d3819e4f3cfd4 100644 (file)
@@ -24,4 +24,6 @@
        mtd-mac-address = <&art 0x0>;
        phy-mode = "sgmii";
        phy-handle = <&phy4>;
+
+       pll-data = <0x03000000 0x00000101 0x00001313>;
 };