From f49d5463979b8cd9601255215217dce2b53f0be6 Mon Sep 17 00:00:00 2001 From: Stefan Lengfeld Date: Mon, 28 Nov 2016 09:44:59 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi index 3de362a25b..2b5180701a 100644 --- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi @@ -88,6 +88,8 @@ ethphy: ethernet-phy@3 { reg = <3>; + txc-skew-ps = <1680>; + rxc-skew-ps = <1860>; }; }; }; -- cgit v1.2.3