ipq806x: Fix gmac1 (WAN) on Netgear D7800
[openwrt/openwrt.git] / target / linux / ipq806x / files / arch / arm / boot / dts / qcom-ipq8064-d7800.dts
index 7fb871be787598a4f2443e85d55de55bf1fcfa09..229596b082f1dac082b275cd68b098cade68997e 100644 (file)
 &gmac1 {
        status = "okay";
        phy-mode = "rgmii";
-       phy-handle = <&phy4>;
        qcom,id = <1>;
 
        pinctrl-0 = <&rgmii2_pins>;
        pinctrl-names = "default";
 
        mtd-mac-address = <&art 6>;
+
+       fixed-link {
+               speed = <1000>;
+               full-duplex;
+       };
 };
 
 &gmac2 {