9
0
Fork 0

ARM: dts: phycore-imx6: fix missing ?xc-skew-ps settings for ethphy

Add the missing txc-skew-ps and rxc-skew-ps settings for the Micrel PHY.
I have seen problems with 1GBit ethernet on a phyCORE-i.MX6 Solo. Oddly
enough the missing skew values are no problems for all our other
modules.

Signed-off-by: Stefan Lengfeld <s.lengfeld@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Stefan Lengfeld 2016-11-28 09:44:59 +01:00 committed by Sascha Hauer
parent eb43faad59
commit f49d546397
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
ethphy: ethernet-phy@3 {
reg = <3>;
txc-skew-ps = <1680>;
rxc-skew-ps = <1860>;
};
};
};