diff options
| author | Rosen Penev | 2026-04-01 22:29:50 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-04-02 10:40:13 +0000 |
| commit | 72feb5b6112cf6fced85bddb6c3db18948921302 (patch) | |
| tree | a613596765ba84e2f9b3e909e9065e547b71decb | |
| parent | 00dcdd7451487dfb63c6c3bbd649a547c76e1a13 (diff) | |
| download | openwrt-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.dts | 2 |
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 @@ ð0 { status = "okay"; + pll-data = <0x11110000 0x00001099 0x00991099>; + phy-mode = "rgmii"; phy-handle = <&phy1>; |