arm64: dts: rockchip: remove useless tx/rx_delay for Lunzn Fastrhino R68S
authorChukun Pan <amadeus@jmu.edu.cn>
Wed, 10 Jul 2024 14:30:16 +0000 (22:30 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 29 Jul 2024 18:50:15 +0000 (20:50 +0200)
Since we use rgmii-id as the phy mode, remove the useless
tx_delay and rx_delay properties.

Fixes: b9f8ca655d80 ("arm64: dts: rockchip: Add Lunzn Fastrhino R68S")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://lore.kernel.org/r/20240710143017.685905-3-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r68s.dts

index 02d966d218fda2820cb490d89cc164ed967d668a..d27eb37b5b35e89657465c0c22985c428ab4d0df 100644 (file)
@@ -39,8 +39,6 @@
                     &gmac0_rx_bus2
                     &gmac0_rgmii_clk
                     &gmac0_rgmii_bus>;
-       tx_delay = <0x3c>;
-       rx_delay = <0x2f>;
        status = "okay";
 };
 
@@ -57,8 +55,6 @@
                     &gmac1m1_rx_bus2
                     &gmac1m1_rgmii_clk
                     &gmac1m1_rgmii_bus>;
-       tx_delay = <0x4f>;
-       rx_delay = <0x26>;
        status = "okay";
 };