ath79: add missing reset-gpios for NanoStation Loco M (XW)
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Mon, 24 Feb 2020 17:21:49 +0000 (18:21 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 24 Feb 2020 19:42:19 +0000 (20:42 +0100)
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>
target/linux/ath79/dts/ar9342_ubnt_nanostation-loco-m-xw.dts

index 1c1095abbf5599a53019e7090cbafe52ac49b89a..fe28c14bb710671a529fcb578037e8c52674b7b5 100644 (file)
@@ -16,6 +16,7 @@
        phy1: ethernet-phy@1 {
                reg = <1>;
                phy-mode = "mii";
+               reset-gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
        };
 };