aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>2020-02-24 18:21:49 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-26 16:49:44 +0100
commitb33cfb7eb242d3e839947486a0b77c34ad88a1cf (patch)
tree1475cf8428d1733324ae0d8ce5c5d91edacece68
parent4edadfb997824e93d34c6b76dbbe03821026ee23 (diff)
downloadupstream-b33cfb7eb242d3e839947486a0b77c34ad88a1cf.tar.gz
upstream-b33cfb7eb242d3e839947486a0b77c34ad88a1cf.tar.bz2
upstream-b33cfb7eb242d3e839947486a0b77c34ad88a1cf.zip
ath79: add missing reset-gpios for NanoStation Loco M (XW)
When porting support from ar71xx to ath79, the reset-gpios option was missed. Due to a hardware bug, this would eventually leave the devices with RX-deaf Ethernet PHY. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> (cherry picked from commit 6613a7f5cc8e1527671128d9479b3de78f7b4cdd)
-rw-r--r--target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts
index 8fb05eda24..d60ec24ca0 100644
--- a/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts
+++ b/target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts
@@ -19,6 +19,7 @@
phy1: ethernet-phy@1 {
reg = <1>;
phy-mode = "mii";
+ reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
};
};