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

From: Michael Ellerman
Date: Thu Jan 20 2022 - 01:29:42 EST


Maxim <bigunclemax@xxxxxxxxx> writes:
> From: Maxim Kiselev <bigunclemax@xxxxxxxxx>
>
> 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 fixes network interface names for the switch ports according
> to labels that are written on the front panel of the board rev B.
> They start from ETH3 and 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.
>
> Signed-off-by: Maxim Kiselev <bigunclemax@xxxxxxxxx>
> Reviewed-by: Maxim Kochetkov <fido_max@xxxxxxxx>
> ---
> arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts | 30 ++++++++++++++++++++
> arch/powerpc/boot/dts/fsl/t1040rdb.dts | 8 +++---
> 2 files changed, 34 insertions(+), 4 deletions(-)
> create mode 100644 arch/powerpc/boot/dts/fsl/t1040rdb-rev-a.dts

I applied this but it generated errors, you should have got some reports
from the kernel build robot.

cheers