Skip to content

Commit dc11639

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 dc11639

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ 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+
Switch mode functionality requires at least two external ethernet ports to work, it is
89+
independent of the MAC interface modes.
8890

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

0 commit comments

Comments
 (0)