summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wu <[email protected]>2018-01-13 13:53:54 +0800
committerPhilipp Tomsich <[email protected]>2018-01-28 17:12:36 +0100
commitdc5b201384644cf63e7523c2f9a39023435dd661 (patch)
treed3ca6938070f826f6b94cdda01d64c11b983ccf6
parentd2f1f1abafbedd3580334f2564bfea918e49522d (diff)
rockchip: dts: rk3399-evb: Change the tx/rx delay value for transmission quality
Give the mac controller the correct tx-delay and rx-delay value for the rgmii mode transmission. If they are not matched, there would be Ethernet packets lost, the net feature may not work. Signed-off-by: David Wu <[email protected]> Acked-by: Philipp Tomsich <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
-rw-r--r--arch/arm/dts/rk3399-evb.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts
index f0567c9c2a2..ed0e00e9d21 100644
--- a/arch/arm/dts/rk3399-evb.dts
+++ b/arch/arm/dts/rk3399-evb.dts
@@ -279,7 +279,7 @@
assigned-clock-parents = <&clkin_gmac>;
pinctrl-names = "default";
pinctrl-0 = <&rgmii_pins>;
- tx_delay = <0x10>;
- rx_delay = <0x10>;
+ tx_delay = <0x28>;
+ rx_delay = <0x11>;
status = "okay";
};