ipq806x: ap148/r7500: fix eth0 for non gige speeds
[openwrt/svn-archive/archive.git] / target / linux / ipq806x / patches-4.1 / 708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch
index d143118fd4128818ab9ddbb1bf734f407f63c0a1..37dfaabf05c585a711734248ac84ec82951baa71 100644 (file)
@@ -29,7 +29,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
                };
  
                gsbi@16300000 {
-@@ -173,6 +183,27 @@
+@@ -173,6 +183,31 @@
                                reg = <4>;
                        };
                };
@@ -37,11 +37,15 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
 +              gmac1: ethernet@37200000 {
 +                      status = "ok";
 +                      phy-mode = "rgmii";
-+                      phy-handle = <&phy4>;
 +                      qcom,id = <1>;
 +
 +                      pinctrl-0 = <&rgmii2_pins>;
 +                      pinctrl-names = "default";
++
++                      fixed-link {
++                              speed = <1000>;
++                              full-duplex;
++                      };
 +              };
 +
 +              gmac2: ethernet@37400000 {