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)
commit5da12895dad53ffb159b7fa9f33b198a051b7b44
tree6618f48332e99d549737ff214205746a5e89417d
parent603c3345589de01e26c93d3a74413af6ca1c93b9
parent186016da9cca040ae535de09ab1be67e32373443
Merge branch 'add-cpswxg-sgmii-support-for-j7200-and-j721e'

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>