]> Git Repo - J-u-boot.git/commitdiff
arm: dts: Stratix10: change pad skew values for EMAC0 PHY driver
authorOoi, Joyce <[email protected]>
Thu, 21 Nov 2019 14:48:56 +0000 (06:48 -0800)
committerMarek Vasut <[email protected]>
Fri, 22 Nov 2019 02:08:12 +0000 (03:08 +0100)
The HPS EMAC0 drive strength is changed to 4mA because the initial 8mA
drive strength has caused CE test to fail. This requires changes on the
pad skew for EMAC0 PHY driver. Based on several measurements done, Tx
clock does not require the extra 0.96ns delay which was needed in
Arria10.

Signed-off-by: Ooi, Joyce <[email protected]>
Reviewed-by: Ley Foon Tan <[email protected]>
arch/arm/dts/socfpga_stratix10_socdk.dts

index ce07659602b013e1c41903756267a3c9421fe0dc..58baa710d4092d876c1511f72ae39149e2c2f7e8 100755 (executable)
@@ -73,7 +73,7 @@
                        rxd2-skew-ps = <420>; /* 0ps */
                        rxd3-skew-ps = <420>; /* 0ps */
                        txen-skew-ps = <0>; /* -420ps */
-                       txc-skew-ps = <1860>; /* 960ps */
+                       txc-skew-ps = <900>; /* 0ps */
                        rxdv-skew-ps = <420>; /* 0ps */
                        rxc-skew-ps = <1680>; /* 780ps */
                };
This page took 0.030356 seconds and 4 git commands to generate.