devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: ls1046ardb: Replace XGMII with 10GBASE-R phy mode
@ 2024-02-14 22:21 Zachary Goldstein via B4 Relay
  2024-02-20 14:50 ` Vladimir Oltean
  0 siblings, 1 reply; 10+ messages in thread
From: Zachary Goldstein via B4 Relay @ 2024-02-14 22:21 UTC (permalink / raw)
  To: Shawn Guo, Madalin Bucur, Li Yang, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Andrew Lunn, Heiner Kallweit,
	Russell King, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: linux-arm-kernel, devicetree, linux-kernel, netdev,
	Zachary Goldstein

From: Zachary Goldstein <zachary.goldstein@concurrent-rt.com>

The AQR107 family does not support XGMII, but USXGMII and
10GBASE-R instead. Since ce64c1f77a9d ("net: phy: aquantia: add USXGMII
support and warn if XGMII mode is set") the kernel warns about XGMII
being used. The LS1046A SoC does not support USXGMII, so use 10GBASE-R
instead.

Signed-off-by: Zachary Goldstein <zachary.goldstein@concurrent-rt.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
index 07f6cc6e354a..d2066f733dc5 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
@@ -149,7 +149,7 @@ ethernet@ea000 {
 
 	ethernet@f0000 { /* 10GEC1 */
 		phy-handle = <&aqr106_phy>;
-		phy-connection-type = "xgmii";
+		phy-connection-type = "10gbase-r";
 	};
 
 	ethernet@f2000 { /* 10GEC2 */

---
2.40.1
base-commit: 841c35169323cd833294798e58b9bf63fa4fa1de


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

end of thread, other threads:[~2024-02-21 19:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 22:21 [PATCH] arm64: ls1046ardb: Replace XGMII with 10GBASE-R phy mode Zachary Goldstein via B4 Relay
2024-02-20 14:50 ` Vladimir Oltean
2024-02-20 19:12   ` Sean Anderson
2024-02-20 22:37     ` Vladimir Oltean
2024-02-20 22:52       ` Sean Anderson
2024-02-20 23:06         ` Vladimir Oltean
2024-02-20 23:17           ` Sean Anderson
2024-02-20 23:45             ` Vladimir Oltean
2024-02-20 23:49               ` Vladimir Oltean
2024-02-21 19:06   ` EXTERNAL: " Zachary Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).