ipq806x: ap3935: disable hibernation on LAN1

The Extreme Networks AP3935's LAN1 port (gmac0/RGMII to AR8035 at MDIO
addr 1) fails to acquire a link if no Ethernet cable is connected at
power-on; the port stays dead even after a cable is later inserted, and
only a network restart recovers it.

The AR803x family enables hibernation mode by default, this setting
overrides it.

Signed-off-by: Grische <github@grische.xyz>
Link: https://github.com/openwrt/openwrt/pull/23208
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Grische
2026-06-08 09:59:19 +02:00
committed by Robert Marko
parent e235851495
commit 33ed49c948
@@ -314,6 +314,7 @@
phy1: ethernet-phy@1 {
reg = <1>;
qca,disable-hibernation-mode;
};
phy2: ethernet-phy@2 {