arm64: dts: allwinner: a64: a64-olinuxino: set the PHY TX delay
authorRodrigo Exterckötter Tjäder <rodrigo@tjader.xyz>
Wed, 26 Sep 2018 19:48:24 +0000 (19:48 +0000)
committerChen-Yu Tsai <wens@csie.org>
Thu, 27 Sep 2018 10:20:35 +0000 (18:20 +0800)
The PHY found on the A64-OLinuXino requires a TX delay in order to
operate properly. Olimex uses a 600ps second delay in their BSP, and
that has been found to work, so let's use that value in the current
DT.

Signed-off-by: Rodrigo Exterckötter Tjäder <rodrigo@tjader.xyz>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts

index 6ef3dd4..f7a4bcc 100644 (file)
        phy-mode = "rgmii";
        phy-handle = <&ext_rgmii_phy>;
        phy-supply = <&reg_dcdc1>;
+       allwinner,tx-delay-ps = <600>;
        status = "okay";
 };