Skip to content

Commit 7ece2c1

Browse files
committed
fix(cpsw): Clarify switch mode requirements and remove QSGMII limitation
Replace incorrect QSGMII-only restriction with the explaination that switch mode requires two external ethernet ports and works independently of MAC interface modes. This corrects misleading documentation that could confuse users about switch mode capabilities across different interface configurations. Signed-off-by: Chintan Vankar <[email protected]>
1 parent c857e5b commit 7ece2c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSWng-Native-Ethernet.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ for utilizing the MAC mode features.
8484
Switch Mode
8585
"""""""""""
8686

87-
All the SoCs listed above support Switch Mode when configured in QSGMII mode.
87+
.. note::
88+
89+
Switch mode functionality requires at least two external ethernet ports to work, it is
90+
independent of the MAC interface modes.
8891

8992
The Switch mode can be enabled by configuring devlink driver parameter
9093
"switch_mode" to 1/true::

0 commit comments

Comments
 (0)