]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ipq806x: ap3935: disable hibernation on LAN1 23208/head
authorGrische <github@grische.xyz>
Sun, 3 May 2026 14:34:46 +0000 (16:34 +0200)
committerRobert Marko <robimarko@gmail.com>
Mon, 8 Jun 2026 07:59:19 +0000 (09:59 +0200)
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>
target/linux/ipq806x/dts/qcom-ipq8068-ap3935.dts

index 2bc357d92e33b38c59723d18d1059726b799e825..08efbc7458ad234e036902a69ea2f60e96f8ee11 100644 (file)
 
        phy1: ethernet-phy@1 {
                reg = <1>;
+               qca,disable-hibernation-mode;
        };
 
        phy2: ethernet-phy@2 {