Commit fc5a80a4 authored by Tianling Shen's avatar Tianling Shen Committed by Heiko Stuebner

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: 387b3bba ("arm64: dts: rockchip: Add Xunlong OrangePi R1 Plus LTS")
Cc: stable@vger.kernel.org # 6.6+
Signed-off-by: default avatarTianling Shen <cnsztl@gmail.com>
Link: https://lore.kernel.org/r/20231216040723.17864-1-cnsztl@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c699fbfd
...@@ -26,9 +26,11 @@ yt8531c: ethernet-phy@0 { ...@@ -26,9 +26,11 @@ yt8531c: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22"; compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>; reg = <0>;
motorcomm,auto-sleep-disabled;
motorcomm,clk-out-frequency-hz = <125000000>; motorcomm,clk-out-frequency-hz = <125000000>;
motorcomm,keep-pll-enabled; motorcomm,keep-pll-enabled;
motorcomm,auto-sleep-disabled; motorcomm,rx-clk-drv-microamp = <5020>;
motorcomm,rx-data-drv-microamp = <5020>;
pinctrl-0 = <&eth_phy_reset_pin>; pinctrl-0 = <&eth_phy_reset_pin>;
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment