]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: pfla02: add ksz9031 clock skew values
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 4 Feb 2019 15:29:56 +0000 (16:29 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 12 Feb 2019 09:17:10 +0000 (17:17 +0800)
The pfla02 SoM has a Micrel KSZ9031RNX ethernet phy connected to the FEC,
which needs RX and TX clock skew settings to compensate for differences
in line length. The skew values are taken from barebox commit
4c65c20f1071 ("ARM: pfla02: Set new ethernet phy tx timings"), which
is based on patches originally provided by Phytec:

    TX_CLK line is approx. 54mm longer than other TX lines which adds
    a delay of 0.36ns. RGMII need a delay of min. 1.0ns. This mean we
    have to add a delay of 0.64ns. We choose 0.78 to have a little gap.
    This can be done by setting GTX pad skew value to 11100
    Also add a delay for the RX delay lines, needed for the Duallite
    variant.  => Set register 2.8 (RGMII Clock Pad Skew) to 0x039F.

Cc: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi

index 1bfa41e01a0c983cf194ad1ec7d72863b08326f7..433bf09a1954c5ff05e1f3b3255c326fb69bf615 100644 (file)
@@ -89,10 +89,23 @@ flash@0 {
 &fec {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet>;
+       phy-handle = <&ethphy>;
        phy-mode = "rgmii";
        phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
        phy-supply = <&vdd_eth_io_reg>;
        status = "disabled";
+
+       fec_mdio: mdio {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               ethphy: ethernet-phy@0 {
+                       compatible = "ethernet-phy-ieee802.3-c22";
+                       reg = <0>;
+                       txc-skew-ps = <1680>;
+                       rxc-skew-ps = <1860>;
+               };
+       };
 };
 
 &gpmi {