Skip to content

Commit 78bedb9

Browse files
yupei_linasus-leslieyu
authored andcommitted
Ethernet : modify tx and rx delay for RK3288
tx = 0x25 , rx = 0x17 Change-Id: I0990095050bf2c5748c47bdb5164ec334cffa309
1 parent d0d928b commit 78bedb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/rk3288-tinker-board.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
assigned-clock-parents = <&ext_gmac>;
205205
pinctrl-names = "default";
206206
pinctrl-0 = <&rgmii_pins>;
207-
tx_delay = <0x30>;
208-
rx_delay = <0x10>;
207+
tx_delay = <0x25>;
208+
rx_delay = <0x17>;
209209
status = "okay";
210210
};
211211

0 commit comments

Comments
 (0)