aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>2020-02-24 18:21:49 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-02-24 20:42:19 +0100
commit6613a7f5cc8e1527671128d9479b3de78f7b4cdd (patch)
treed81d939d9b865afcb87f4a016cb6f10e7e7fce94 /target/linux/ath79
parent7ae25233239bc7421712980a8be02e21970134e0 (diff)
downloadupstream-6613a7f5cc8e1527671128d9479b3de78f7b4cdd.tar.gz
upstream-6613a7f5cc8e1527671128d9479b3de78f7b4cdd.tar.bz2
upstream-6613a7f5cc8e1527671128d9479b3de78f7b4cdd.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>
Diffstat (limited to 'target/linux/ath79')
-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 1c1095abbf..fe28c14bb7 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
@@ -16,6 +16,7 @@
phy1: ethernet-phy@1 {
reg = <1>;
phy-mode = "mii";
+ reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
};
};