Skip to content

Commit 1784648

Browse files
bigunclemaxmpe
authored andcommitted
powerpc: dts: t104xrdb: fix phy type for FMAN 4/5
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 <[email protected]> Reviewed-by: Maxim Kochetkov <[email protected]> Reviewed-by: Vladimir Oltean <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f529edd commit 1784648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/powerpc/boot/dts/fsl/t104xrdb.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
fman@400000 {
140140
ethernet@e6000 {
141141
phy-handle = <&phy_rgmii_0>;
142-
phy-connection-type = "rgmii";
142+
phy-connection-type = "rgmii-id";
143143
};
144144

145145
ethernet@e8000 {
146146
phy-handle = <&phy_rgmii_1>;
147-
phy-connection-type = "rgmii";
147+
phy-connection-type = "rgmii-id";
148148
};
149149

150150
mdio0: mdio@fc000 {

0 commit comments

Comments
 (0)