Skip to content
Snippets Groups Projects
Commit b455c6d1 authored by Yuri Mazzuoli's avatar Yuri Mazzuoli
Browse files

[A62][DTS][ETH] fix Gigabit ethernet packet loss

from Documentation/devicetree/bindings/net/ethernet-controller.yaml
the correct way to enable phy skew adjustment is to set
 phy-mode             = "rgmii-id";
parent 42a6998f
No related branches found
No related tags found
1 merge request!105[A62][DTS][ETH] fix Gigabit ethernet packet loss
...@@ -545,7 +545,7 @@ B5 01 ...@@ -545,7 +545,7 @@ B5 01
&fec { &fec {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>; pinctrl-0 = <&pinctrl_enet>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
phy-supply = <&reg_phy_pwr>; phy-supply = <&reg_phy_pwr>;
phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>; phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
phy-reset-duration = <10>; phy-reset-duration = <10>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment