[PATCH 2/3] ARM: dts: phycore-imx6: fix missing ?xc-skew-ps settings for ethphy
Stefan Lengfeld
s.lengfeld at phytec.de
Mon Nov 28 00:44:59 PST 2016
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 at phytec.de>
---
arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
index 9649817..76777e8 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 at 3 {
reg = <3>;
+ txc-skew-ps = <1680>;
+ rxc-skew-ps = <1860>;
};
};
};
--
1.9.1
More information about the barebox
mailing list