Skip to content

Commit b495124

Browse files
grischerobimarko
authored andcommitted
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: openwrt/openwrt#23208 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 33ed49c)
1 parent 78c88ce commit b495124

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

target/linux/ipq806x/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq8068-ap3935.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@
314314

315315
phy1: ethernet-phy@1 {
316316
reg = <1>;
317+
qca,disable-hibernation-mode;
317318
};
318319

319320
phy2: ethernet-phy@2 {

0 commit comments

Comments
 (0)