Skip to content
Snippets Groups Projects
Commit 5d8546ef authored by Marek Vasut's avatar Marek Vasut
Browse files

arm: socfpga: socrates: Add missing PHY skew config


Add missing KSZ9021 PHY skew configuration for the EBV socrates board.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
parent 22854bda
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,15 @@ ...@@ -28,6 +28,15 @@
&gmac1 { &gmac1 {
status = "okay"; status = "okay";
phy-mode = "rgmii"; phy-mode = "rgmii";
rxd0-skew-ps = <0>;
rxd1-skew-ps = <0>;
rxd2-skew-ps = <0>;
rxd3-skew-ps = <0>;
txen-skew-ps = <0>;
txc-skew-ps = <2600>;
rxdv-skew-ps = <0>;
rxc-skew-ps = <2000>;
}; };
&i2c0 { &i2c0 {
......
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