Skip to content

Commit

Permalink
Fix ea8500 gmacs
Browse files Browse the repository at this point in the history
  • Loading branch information
iglooom committed Jan 3, 2022
1 parent 9cdfde6 commit e0372d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
Expand Up @@ -89,14 +89,3 @@
reg = <0x6080000 0x1f80000>;
};
};

&gmac1 {
qcom,phy-mdio-addr = <0>;
qcom,poll-required = <0>;
qcom,rgmii-delay = <1>;
};

/* LAN */
&gmac2 {
qcom,phy-mdio-addr = <4>;
};
Expand Up @@ -105,20 +105,3 @@
reg = <0x5f80000 0x2080000>;
};
};

&mdio0 {
phy4: ethernet-phy@4 {
reg = <4>;
};
};

&gmac1 {
qcom,phy-mdio-addr = <4>;
qcom,poll-required = <1>;
qcom,rgmii-delay = <0>;
};

/* LAN */
&gmac2 {
qcom,phy-mdio-addr = <0>;
};
Expand Up @@ -187,6 +187,9 @@
phy-mode = "rgmii";
qcom,id = <1>;
qcom,pcs-chanid = <0>;
qcom,phy-mdio-addr = <0>;
qcom,poll-required = <0>;
qcom,rgmii-delay = <1>;
qcom,phy_mii_type = <0>;
qcom,emulation = <0>;
qcom,forced-speed = <1000>;
Expand All @@ -212,6 +215,7 @@
phy-mode = "sgmii";
qcom,id = <2>;
qcom,pcs-chanid = <1>;
qcom,phy-mdio-addr = <4>;
qcom,poll-required = <0>; /* no polling */
qcom,rgmii-delay = <0>;
qcom,phy_mii_type = <1>;
Expand Down

0 comments on commit e0372d0

Please sign in to comment.