Skip to content

Commit 7d672fd

Browse files
1715173329gregkh
authored andcommitted
arm64: dts: rockchip: change eth phy mode to rgmii-id for orangepi r1 plus lts
commit a6a7cba upstream. In general the delay should be added by the PHY instead of the MAC, and this improves network stability on some boards which seem to need different delay. Fixes: 387b3bb ("arm64: dts: rockchip: Add Xunlong OrangePi R1 Plus LTS") Cc: [email protected] # 6.6+ Signed-off-by: Tianling Shen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]> [Fix conflicts due to missing dtsi conversion] Signed-off-by: Tianling Shen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 54dba9d commit 7d672fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3328-orangepi-r1-plus-lts.dts

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
};
1616

1717
&gmac2io {
18+
/delete-property/ tx_delay;
19+
/delete-property/ rx_delay;
20+
1821
phy-handle = <&yt8531c>;
19-
tx_delay = <0x19>;
20-
rx_delay = <0x05>;
22+
phy-mode = "rgmii-id";
2123

2224
mdio {
2325
/delete-node/ ethernet-phy@1;

0 commit comments

Comments
 (0)