From ec19a914901f2219aa6d63757d4ec2b14c4bb688 Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Fri, 22 Jul 2022 18:02:07 +0800 Subject: [PATCH] arm64: dts: rockchip: update gmax's rx delay on rk3399-evb-ind.dtsi The normal hardware has not changed, and the rx delayline does not need to be changed, but the value is different if the realteak PHY driver is turned on by default. [root@buildroot:/]# echo 1000 > ./sys/devices/platform/fe300000.ethernet/phy_lb_ scan rx_delay = 0x23 Signed-off-by: Caesar Wang Change-Id: If42019a8c17b24d6df72a30f4f7377e5f6feafe0 --- arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtsi index 04e958aeee1f..f35e7b8557c2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-evb-ind.dtsi @@ -429,7 +429,7 @@ pinctrl-names = "default"; pinctrl-0 = <&rgmii_pins>; tx_delay = <0x22>; - rx_delay = <0x08>; + rx_delay = <0x23>; status = "okay"; };