Re: [PATCH 1/3] arm64: dts: rockchip: Change gmac phy-mode to rgmii-id for rk3576 evb1
From: Diederik de Haas <hidden>
Date: 2026-01-21 08:14:23
Also in:
linux-arm-kernel, linux-rockchip, lkml
On Wed Jan 21, 2026 at 4:15 AM CET, Chaoyi Chen wrote:
quoted hunk ↗ jump to hunk
From: Chaoyi Chen <redacted> According to the description in the net documentation, PHY modes "rgmii", "rgmii-rxid" and "rgmii-txid" modes require the clock signal to be delayed on the PCB. The Rockchip platform has long used the above mentioned PHY modes and private delay prop to describe the internal IO delay settings of the chip, which is inconsistent with what is described in the documentation. Let's describe this part of the delay in the PHY and use the more reasonable "rgmii-id" mode. Signed-off-by: Chaoyi Chen <redacted> --- arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)diff --git a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts index c5584c26db52..3ee76bafafb5 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts@@ -266,7 +266,7 @@ &combphy1_psu { &gmac0 { clock_in_out = "output"; - phy-mode = "rgmii-rxid"; + phy-mode = "rgmii-id"; phy-handle = <&rgmii_phy0>; pinctrl-names = "default"; pinctrl-0 = <ð0m0_miim@@ -275,14 +275,13 @@ ð0m0_rx_bus2 ð0m0_rgmii_clk ð0m0_rgmii_bus ðm0_clk0_25m_out>; - tx_delay = <0x21>;
This being '0x21' (not '0x20') ...
quoted hunk ↗ jump to hunk
status = "okay"; }; &gmac1 { clock_in_out = "output"; phy-handle = <&rgmii_phy1>; - phy-mode = "rgmii-rxid"; + phy-mode = "rgmii-id"; pinctrl-names = "default"; pinctrl-0 = <ð1m0_miim ð1m0_tx_bus2@@ -290,7 +289,6 @@ ð1m0_rx_bus2 ð1m0_rgmii_clk ð1m0_rgmii_bus ðm0_clk1_25m_out>; - tx_delay = <0x20>; status = "okay"; };@@ -721,6 +719,7 @@ rgmii_phy0: ethernet-phy@1 { reset-assert-us = <20000>; reset-deassert-us = <100000>; reset-gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_LOW>; + tx-internal-delay-ps = <1950>;
... shouldn't this be higher? 0.0579 * 0x21 + 0.105 = 2.0157 (not sure how the rounding goes) Cheers, Diederik
quoted hunk ↗ jump to hunk
}; };@@ -737,6 +736,7 @@ rgmii_phy1: ethernet-phy@1 { reset-assert-us = <20000>; reset-deassert-us = <100000>; reset-gpios = <&gpio3 RK_PA3 GPIO_ACTIVE_LOW>; + tx-internal-delay-ps = <1950>; }; };