Skip to content

Commit 8c3c253

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 81b3344 commit 8c3c253

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

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

319319
phy1: ethernet-phy@1 {
320320
reg = <1>;
321+
qca,disable-hibernation-mode;
321322
};
322323

323324
phy2: ethernet-phy@2 {

0 commit comments

Comments
 (0)