aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-01-21 21:11:19 +0100
committerDavid Bauer <mail@david-bauer.net>2020-01-22 22:53:55 +0100
commita8898f1a1126279e4c316fd217365bc463f7db0b (patch)
tree5ba3e1a0674405f44e68a229d2573c5f4b23bc59 /target/linux/ath79/dts/qca9558_engenius_ecb1750.dts
parent6eaea3a8ba6154674058396c728494aa911ed7f1 (diff)
downloadupstream-a8898f1a1126279e4c316fd217365bc463f7db0b.tar.gz
upstream-a8898f1a1126279e4c316fd217365bc463f7db0b.tar.bz2
upstream-a8898f1a1126279e4c316fd217365bc463f7db0b.zip
ath79: use upstream properties to disable EEE
The hack-patch which introduced the "at803x-disable-smarteee" for disabling SmartEEE did in fact not disable SmartEEE but rather disabled 802.3az "standard" EEE. This can be done by using the upstream properties "eee-broken-100tx" and "eee-broken-1000t". EEE is then disabled by the PHY subsystem. Tested on devolo WiFi pro 1200e. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_engenius_ecb1750.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_engenius_ecb1750.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts b/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts
index 7953ed1325..3ccf92a9f7 100644
--- a/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts
+++ b/target/linux/ath79/dts/qca9558_engenius_ecb1750.dts
@@ -125,7 +125,8 @@
phy5: ethernet-phy@5 {
reg = <5>;
- at803x-disable-smarteee;
+ eee-broken-100tx;
+ eee-broken-1000t;
};
};