arm64: dts: allwinner: a64-sopine-baseboard: change RGMII mode to TXID
authorIcenowy Zheng <icenowy@aosc.io>
Wed, 9 Jun 2021 08:38:43 +0000 (16:38 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 10 Jun 2021 12:51:53 +0000 (14:51 +0200)
Although the schematics of Pine A64-LTS and SoPine Baseboard shows both
the RX and TX internal delay are enabled, they're using the same broken
RTL8211E chip batch with Pine A64+, so they should use TXID instead, not
ID.

In addition, by checking the real components soldered on both a SoPine
Baseboard and a Pine A64-LTS, RX delay is not enabled (GR69 soldered and
GR70 NC) despite the schematics says it's enabled. It's a common
situation for Pine64 boards that the NC information on schematics is not
the same with the board.

So the RGMII delay mode should be TXID on these boards.

Fixes: c2b111e59a7b ("arm64: dts: allwinner: A64 Sopine: phy-mode rgmii-id")
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210609083843.463750-1-icenowy@aosc.io
arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts

index e22b94c83647fbc1cd22f5137687c341395a9373..5e66ce1a334fb2831071979390c4668ad61df955 100644 (file)
@@ -79,7 +79,7 @@
 &emac {
        pinctrl-names = "default";
        pinctrl-0 = <&rgmii_pins>;
-       phy-mode = "rgmii-id";
+       phy-mode = "rgmii-txid";
        phy-handle = <&ext_rgmii_phy>;
        phy-supply = <&reg_dc1sw>;
        status = "okay";