Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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

authored by

Maxim Kiselev and committed by
Michael Ellerman
17846485 f529edd1

+2 -2
+2 -2
arch/powerpc/boot/dts/fsl/t104xrdb.dtsi
··· 139 139 fman@400000 { 140 140 ethernet@e6000 { 141 141 phy-handle = <&phy_rgmii_0>; 142 - phy-connection-type = "rgmii"; 142 + phy-connection-type = "rgmii-id"; 143 143 }; 144 144 145 145 ethernet@e8000 { 146 146 phy-handle = <&phy_rgmii_1>; 147 - phy-connection-type = "rgmii"; 147 + phy-connection-type = "rgmii-id"; 148 148 }; 149 149 150 150 mdio0: mdio@fc000 {