arm64: dts: renesas: hihope-rzg2-ex: Add EtherAVB internal rx delay
authorBiju Das <biju.das.jz@bp.renesas.com>
Wed, 21 Jul 2021 18:06:32 +0000 (19:06 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 30 Jul 2021 13:07:24 +0000 (15:07 +0200)
Hihope boards use Realtek PHY. From the very beginning it use only
tx delays. However the phy driver commit bbc4d71d63549bcd003
("net: phy: realtek: fix rtl8211e rx/tx delay config") introduced
NFS mount failure. Now it needs rx delay inaddition to tx delay
for NFS mount to work. This patch fixes NFS mount failure issue
by adding MAC internal rx delay.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Fixes: bbc4d71d63549bcd ("net: phy: realtek: fix rtl8211e rx/tx delay config")
Link: https://lore.kernel.org/r/20210721180632.15080-1-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi

index 202c4fc88bd5154ca2ed27a14955c87a430c3cbf..dde3a07bc417c6906879f88bf8a80cb8ac9a8ae1 100644 (file)
@@ -20,6 +20,7 @@
        pinctrl-names = "default";
        phy-handle = <&phy0>;
        tx-internal-delay-ps = <2000>;
+       rx-internal-delay-ps = <1800>;
        status = "okay";
 
        phy0: ethernet-phy@0 {