[PATCH v3] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch

2022-01-21 Thread Maxim Kiselev
end at ETH10. This patch also introduces a separate device tree for rev A. The main device tree is supposed to cover rev B and later. Fixes: e69eb0824d8c ("powerpc: dts: t1040rdb: add ports for Seville Ethernet switch") Signed-off-by: Maxim Kiselev Reviewed-by: Maxim Kochetkov R

[PATCH] powerpc: dts: add device tree for T1040RDB-REV-A

2022-01-11 Thread Maxim Kiselev
On board rev A, the network interface labels for the switch ports written on the front panel are different than on rev B and later. This patch introduces a separate device tree for rev A. The main device tree is supposed to cover rev B and later. Signed-off-by: Maxim Kiselev --- arch/powerpc

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

2021-12-30 Thread Maxim Kiselev
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 Reviewed-by: Maxim Kochetkov --- arch/powerpc/boot/dts/fsl/t104xrdb.dtsi | 4 ++-- 1 file

Re: [PATCH] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch

2021-12-30 Thread Maxim Kiselev
this pic https://habrastorage.org/files/433/d0f/057/433d0f05784f42b6acf9bb777970b1e9.jpg чт, 30 дек. 2021 г. в 16:00, Vladimir Oltean : > On Thu, Dec 30, 2021 at 01:43:28PM +0300, Maxim Kiselev wrote: > > Fix network interface names for the switch ports according to labels > > t

[PATCH] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch

2021-12-30 Thread Maxim Kiselev
Fix network interface names for the switch ports according to labels that are written on the front panel of the board. They start from ETH3 and end at ETH10. Fixes: e69eb0824d8c ("powerpc: dts: t1040rdb: add ports for Seville Ethernet switch") Signed-off-by: Maxim Kiselev Reviewed