提交 dd317c5c 编写于 作者: M Maxim Kiselev 提交者: Zheng Zengkai

powerpc: dts: t104xrdb: fix phy type for FMAN 4/5

stable inclusion
from stable-v5.10.111
commit e4d2d72013564231842f87fe8fea5d3e4edecedc
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I5GL1Z

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e4d2d72013564231842f87fe8fea5d3e4edecedc

--------------------------------

[ Upstream commit 17846485 ]

T1040RDB has two RTL8211E-VB phys which requires setting
of internal delays for correct work.

Changing the phy-connection-type property to `rgmii-id`
will fix this issue.
Signed-off-by: NMaxim Kiselev <bigunclemax@gmail.com>
Reviewed-by: NMaxim Kochetkov <fido_max@inbox.ru>
Reviewed-by: NVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211230151123.1258321-1-bigunclemax@gmail.comSigned-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Reviewed-by: NWei Li <liwei391@huawei.com>
上级 ef0c883c
...@@ -139,12 +139,12 @@ ...@@ -139,12 +139,12 @@
fman@400000 { fman@400000 {
ethernet@e6000 { ethernet@e6000 {
phy-handle = <&phy_rgmii_0>; phy-handle = <&phy_rgmii_0>;
phy-connection-type = "rgmii"; phy-connection-type = "rgmii-id";
}; };
ethernet@e8000 { ethernet@e8000 {
phy-handle = <&phy_rgmii_1>; phy-handle = <&phy_rgmii_1>;
phy-connection-type = "rgmii"; phy-connection-type = "rgmii-id";
}; };
mdio0: mdio@fc000 { mdio0: mdio@fc000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册