Skip to content

Commit fc5a80a

Browse files
1715173329mmind
authored andcommitted
arm64: dts: rockchip: configure eth pad driver strength for orangepi r1 plus lts
The default strength is not enough to provide stable connection under 3.3v LDO voltage. Fixes: 387b3bb ("arm64: dts: rockchip: Add Xunlong OrangePi R1 Plus LTS") Cc: stable@vger.kernel.org # 6.6+ Signed-off-by: Tianling Shen <cnsztl@gmail.com> Link: https://lore.kernel.org/r/20231216040723.17864-1-cnsztl@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent c699fbf commit fc5a80a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
compatible = "ethernet-phy-ieee802.3-c22";
2727
reg = <0>;
2828

29+
motorcomm,auto-sleep-disabled;
2930
motorcomm,clk-out-frequency-hz = <125000000>;
3031
motorcomm,keep-pll-enabled;
31-
motorcomm,auto-sleep-disabled;
32+
motorcomm,rx-clk-drv-microamp = <5020>;
33+
motorcomm,rx-data-drv-microamp = <5020>;
3234

3335
pinctrl-0 = <&eth_phy_reset_pin>;
3436
pinctrl-names = "default";

0 commit comments

Comments
 (0)