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 <redacted>
Reviewed-by: Maxim Kochetkov <redacted>
---
arch/powerpc/boot/dts/fsl/t104xrdb.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Vladimir Oltean <olteanv@gmail.com> Date: 2022-01-13 12:35:37
On Thu, Dec 30, 2021 at 06:11:21PM +0300, Maxim Kiselev wrote:
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 <redacted>
Reviewed-by: Maxim Kochetkov <redacted>
---
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
From: Michael Ellerman <hidden> Date: 2022-02-15 05:30:09
On Thu, 30 Dec 2021 18:11:21 +0300, Maxim Kiselev wrote:
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.
[...]