]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge branch 'add-cpswxg-sgmii-support-for-j7200-and-j721e'
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:16:26 +0000 (22:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:16:27 +0000 (22:16 -0700)
Siddharth Vadapalli says:

====================
Add CPSWxG SGMII support for J7200 and J721E

This series adds support to configure the CPSW Ethernet Switch in SGMII
mode, using the am65-cpsw-nuss driver. SGMII mode is supported by the
CPSWxG instances on TI's J7200 and J721E SoCs. Thus, SGMII mode is added
in the list of extra_modes for the appropriate compatibles corresponding
to the aforementioned SoCs.

Additionally, the method of setting the supported interface via struct
"phylink_config" is simplified by converting the IF/ELSE statements to
SWITCH statements.
====================

Link: https://lore.kernel.org/r/20230321111958.2800005-1-s-vadapalli@ti.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge