summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2026-04-01 22:29:50 +0000
committerRobert Marko2026-04-02 10:40:13 +0000
commit72feb5b6112cf6fced85bddb6c3db18948921302 (patch)
treea613596765ba84e2f9b3e909e9065e547b71decb
parent00dcdd7451487dfb63c6c3bbd649a547c76e1a13 (diff)
downloadopenwrt-72feb5b6112cf6fced85bddb6c3db18948921302.tar.gz
ath79: wndap360: fix ethernet
Users report pll-data is needed for gigabit speeds. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22735 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 469c6676b7473802177b2d7300a864f6b6680226)
-rw-r--r--target/linux/ath79/dts/ar7161_netgear_wndap360.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7161_netgear_wndap360.dts b/target/linux/ath79/dts/ar7161_netgear_wndap360.dts
index b0efc07e08..bd8938da76 100644
--- a/target/linux/ath79/dts/ar7161_netgear_wndap360.dts
+++ b/target/linux/ath79/dts/ar7161_netgear_wndap360.dts
@@ -49,6 +49,8 @@
&eth0 {
status = "okay";
+ pll-data = <0x11110000 0x00001099 0x00991099>;
+
phy-mode = "rgmii";
phy-handle = <&phy1>;