diff options
| author | Grische | 2026-05-03 14:34:46 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-06-08 12:42:27 +0000 |
| commit | b49512444f69a0e70cf64efb76c2bc17b1e3eff8 (patch) | |
| tree | 4741e731356b199bb7552fe87dcc67c17a8ba72d | |
| parent | 78c88ce188b3266757391c34948dffd805e91f78 (diff) | |
| download | openwrt-b49512444f69a0e70cf64efb76c2bc17b1e3eff8.tar.gz | |
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>
(cherry picked from commit 33ed49c948b0a2cb90ef50ffe7afdcff8bb42c07)
| -rw-r--r-- | target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts b/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts index 2bc357d92e..08efbc7458 100644 --- a/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts +++ b/target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts @@ -314,6 +314,7 @@ phy1: ethernet-phy@1 { reg = <1>; + qca,disable-hibernation-mode; }; phy2: ethernet-phy@2 { |