All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch
@ 2021-12-30 10:43 ` Maxim Kiselev
  0 siblings, 0 replies; 22+ messages in thread
From: Maxim Kiselev @ 2021-12-30 10:43 UTC (permalink / raw)
  Cc: fido_max, Maxim Kiselev, Rob Herring, Michael Ellerman,
	Benjamin Herrenschmidt, Paul Mackerras, Vladimir Oltean,
	Andrew Lunn, David S. Miller, devicetree, linuxppc-dev,
	linux-kernel

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 <bigunclemax@gmail.com>
Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru>
---
 arch/powerpc/boot/dts/fsl/t1040rdb.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/powerpc/boot/dts/fsl/t1040rdb.dts b/arch/powerpc/boot/dts/fsl/t1040rdb.dts
index af0c8a6f56138..b6733e7e65805 100644
--- a/arch/powerpc/boot/dts/fsl/t1040rdb.dts
+++ b/arch/powerpc/boot/dts/fsl/t1040rdb.dts
@@ -119,7 +119,7 @@ &seville_port0 {
 	managed = "in-band-status";
 	phy-handle = <&phy_qsgmii_0>;
 	phy-mode = "qsgmii";
-	label = "ETH5";
+	label = "ETH3";
 	status = "okay";
 };
 
@@ -135,7 +135,7 @@ &seville_port2 {
 	managed = "in-band-status";
 	phy-handle = <&phy_qsgmii_2>;
 	phy-mode = "qsgmii";
-	label = "ETH7";
+	label = "ETH5";
 	status = "okay";
 };
 
@@ -151,7 +151,7 @@ &seville_port4 {
 	managed = "in-band-status";
 	phy-handle = <&phy_qsgmii_4>;
 	phy-mode = "qsgmii";
-	label = "ETH9";
+	label = "ETH7";
 	status = "okay";
 };
 
@@ -167,7 +167,7 @@ &seville_port6 {
 	managed = "in-band-status";
 	phy-handle = <&phy_qsgmii_6>;
 	phy-mode = "qsgmii";
-	label = "ETH11";
+	label = "ETH9";
 	status = "okay";
 };
 
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-02-15  5:31 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 10:43 [PATCH] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch Maxim Kiselev
2021-12-30 10:43 ` Maxim Kiselev
2021-12-30 13:00 ` Vladimir Oltean
2021-12-30 13:00   ` Vladimir Oltean
2021-12-30 13:24   ` Maxim Kiselev
     [not found]     ` <20211231125247.ugne3h44pmpzliin@skbuf>
2022-01-10  7:40       ` Maxim Kiselev
2022-01-11 13:13         ` Vladimir Oltean
2022-01-11 13:13           ` Vladimir Oltean
2022-01-11 15:22           ` [PATCH] powerpc: dts: add device tree for T1040RDB-REV-A Maxim Kiselev
2022-01-11 15:22             ` Maxim Kiselev
2022-01-11 15:29             ` Vladimir Oltean
2022-01-11 15:29               ` Vladimir Oltean
2022-01-11 17:37               ` [PATCH v2] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch Maxim
2022-01-11 17:37                 ` Maxim
2022-01-12 18:50                 ` Vladimir Oltean
2022-01-12 18:50                   ` Vladimir Oltean
2022-01-20  6:29                 ` Michael Ellerman
2022-01-20  6:29                   ` Michael Ellerman
2022-01-21  9:14                   ` [PATCH v3] " Maxim Kiselev
2022-01-21  9:14                     ` Maxim Kiselev
2022-02-15  5:26                     ` Michael Ellerman
2022-02-15  5:26                       ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.