mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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 <wxt@rock-chips.com> Change-Id: If42019a8c17b24d6df72a30f4f7377e5f6feafe0
This commit is contained in:
@@ -429,7 +429,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&rgmii_pins>;
|
||||
tx_delay = <0x22>;
|
||||
rx_delay = <0x08>;
|
||||
rx_delay = <0x23>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user