Skip to content

Commit 460593b

Browse files
yupei_linasus-leslieyu
authored andcommitted
Modify tx and rx delay for RK3288 ethernet
tx = 0x25 , rx = 0x17 Change-Id: I90fcb435db6fe0d5e38dcb4dd0e45c139652abd1
1 parent c5a9ca3 commit 460593b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@
272272
wolirq-gpio = <&gpio0 8 GPIO_ACTIVE_LOW>;
273273
pinctrl-names = "default";
274274
pinctrl-0 = <&rgmii_pins>;
275-
tx_delay = <0x30>;
276-
rx_delay = <0x10>;
275+
tx_delay = <0x25>;
276+
rx_delay = <0x17>;
277277
status = "ok";
278278
};
279279

0 commit comments

Comments
 (0)