<div dir="ltr"><pre><code class="gmail-code-colors gmail-hljs gmail-yaml">Yes, I have T1040RDB ver.b (without SFP) and my front panel looks like this.</code></pre><pre><code class="gmail-code-colors gmail-hljs gmail-yaml"><br> <span class="gmail-hljs-string">+---------------------------------------------------------------------+</span>
 <span class="gmail-hljs-string">|</span>                    <span class="gmail-hljs-literal">NO</span> <span class="gmail-hljs-string">SFP</span>                                           <span class="gmail-hljs-string">|
 |  +-------+-------+   |           +-------+-------+-------+-------+  |
 |  | UART0 |  ETH1 |   |           |  ETH4 |  ETH6 |  ETH8 | ETH10 |  |
 |  +-------+-------+  \|/  +-------+-------+-------+-------+-------+  |
 |  | UART1 |  ETH0 |       |  ETH2 |  ETH3 |  ETH5 |  ETH7 | ETH9  |  |
 +--+-------+-------+-------+-------+-------+-------+-------+-------+--+<br><br></span></code></pre><pre><code class="gmail-code-colors gmail-hljs gmail-yaml"><span class="gmail-hljs-string">Same as this pic <a href="https://habrastorage.org/files/433/d0f/057/433d0f05784f42b6acf9bb777970b1e9.jpg">https://habrastorage.org/files/433/d0f/057/433d0f05784f42b6acf9bb777970b1e9.jpg</a></span></code></pre></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">чт, 30 дек. 2021 г. в 16:00, Vladimir Oltean <<a href="mailto:vladimir.oltean@nxp.com">vladimir.oltean@nxp.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Dec 30, 2021 at 01:43:28PM +0300, Maxim Kiselev wrote:<br>
> Fix network interface names for the switch ports according to labels<br>
> that are written on the front panel of the board. They start from ETH3<br>
> and end at ETH10.<br>
> <br>
> Fixes: e69eb0824d8c ("powerpc: dts: t1040rdb: add ports for Seville<br>
> Ethernet switch")<br>
<br>
A Fixes: tag should not wrap on multiple lines.<br>
<br>
> Signed-off-by: Maxim Kiselev <<a href="mailto:bigunclemax@gmail.com" target="_blank">bigunclemax@gmail.com</a>><br>
> Reviewed-by: Maxim Kochetkov <<a href="mailto:fido_max@inbox.ru" target="_blank">fido_max@inbox.ru</a>><br>
> ---<br>
<br>
Sadly I'm not able to confirm or disprove this change right now, because<br>
my T1040RDB has a bad DDR memory stick, it seems, so it just randomly hangs.<br>
But I'm pretty sure the Ethernet ports were properly mapped out when I<br>
tested them.<br>
<br>
Do you have the T1040RDB or the T1040D4RDB? Because the front panel of<br>
my T1040RDB looks like this:<br>
<br>
 +---------------------------------------------------------------------+<br>
 |                                                                     |<br>
 |  +-------+-------+               +-------+-------+-------+-------+  |<br>
 |  | UART0 |  ETH1 |               |  ETH4 |  ETH6 |  ETH8 | ETH10 |  |<br>
 |  +-------+-------+-------+-------+-------+-------+-------+-------+  |<br>
 |  | UART1 |  ETH0 |  ETH2 |  ETH3 |  ETH5 |  ETH7 |  ETH9 | ETH11 |  |<br>
 +--+-------+-------+-------+-------+-------+-------+-------+-------+--+<br>
<br>
>  arch/powerpc/boot/dts/fsl/t1040rdb.dts | 8 ++++----<br>
>  1 file changed, 4 insertions(+), 4 deletions(-)<br>
> <br>
> diff --git a/arch/powerpc/boot/dts/fsl/t1040rdb.dts b/arch/powerpc/boot/dts/fsl/t1040rdb.dts<br>
> index af0c8a6f56138..b6733e7e65805 100644<br>
> --- a/arch/powerpc/boot/dts/fsl/t1040rdb.dts<br>
> +++ b/arch/powerpc/boot/dts/fsl/t1040rdb.dts<br>
> @@ -119,7 +119,7 @@ &seville_port0 {<br>
>       managed = "in-band-status";<br>
>       phy-handle = <&phy_qsgmii_0>;<br>
>       phy-mode = "qsgmii";<br>
> -     label = "ETH5";<br>
> +     label = "ETH3";<br>
>       status = "okay";<br>
>  };<br>
>  <br>
> @@ -135,7 +135,7 @@ &seville_port2 {<br>
>       managed = "in-band-status";<br>
>       phy-handle = <&phy_qsgmii_2>;<br>
>       phy-mode = "qsgmii";<br>
> -     label = "ETH7";<br>
> +     label = "ETH5";<br>
>       status = "okay";<br>
>  };<br>
>  <br>
> @@ -151,7 +151,7 @@ &seville_port4 {<br>
>       managed = "in-band-status";<br>
>       phy-handle = <&phy_qsgmii_4>;<br>
>       phy-mode = "qsgmii";<br>
> -     label = "ETH9";<br>
> +     label = "ETH7";<br>
>       status = "okay";<br>
>  };<br>
>  <br>
> @@ -167,7 +167,7 @@ &seville_port6 {<br>
>       managed = "in-band-status";<br>
>       phy-handle = <&phy_qsgmii_6>;<br>
>       phy-mode = "qsgmii";<br>
> -     label = "ETH11";<br>
> +     label = "ETH9";<br>
>       status = "okay";<br>
>  };<br>
>  <br>
> -- <br>
> 2.32.0<br>
></blockquote></div>