Skip to content

Commit

Permalink
powerpc: dts: t104xrdb: fix phy type for FMAN 4/5
Browse files Browse the repository at this point in the history
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: Maxim Kiselev <bigunclemax@gmail.com>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211230151123.1258321-1-bigunclemax@gmail.com
  • Loading branch information
Maxim Kiselev authored and Michael Ellerman committed Jan 31, 2022
1 parent f529edd commit 1784648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/fsl/t104xrdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
fman@400000 {
ethernet@e6000 {
phy-handle = <&phy_rgmii_0>;
phy-connection-type = "rgmii";
phy-connection-type = "rgmii-id";
};

ethernet@e8000 {
phy-handle = <&phy_rgmii_1>;
phy-connection-type = "rgmii";
phy-connection-type = "rgmii-id";
};

mdio0: mdio@fc000 {
Expand Down

0 comments on commit 1784648

Please sign in to comment.