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 6613a7f5cc)
v19.07.3_mercusys_ac12_duma
Roger Pueyo Centelles 4 years ago committed by Adrian Schmutzler
parent 4edadfb997
commit b33cfb7eb2

@ -19,6 +19,7 @@
phy1: ethernet-phy@1 {
reg = <1>;
phy-mode = "mii";
reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
};
};

Loading…
Cancel
Save