qca-ssdk: add patch to support detection of PSGMII mode for PHY
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 15 Nov 2023 00:04:06 +0000 (01:04 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 11 Feb 2024 20:12:29 +0000 (21:12 +0100)
commitc8aded65c12abd527f88e71cd7e386cdbd07b8eb
tree632f7008a88515044956a72aa7bc13c8bf0c7458
parenta627e13d12dd74ffadf689b4b70630e16624577d
qca-ssdk: add patch to support detection of PSGMII mode for PHY

If a PHY doesn't use the integrated driver, SSDK use poll the phydev to
get the real PHY mode. qca807x use PSGMII as PHY mode and this specific
mode is not detected in qca SSDK while used in the entire driver.

Add support for it in the hsl_port_phydev_interface_mode_status_get
function used to translate PHY mode to the internal SSDK value.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/kernel/qca-ssdk/patches/101-hsl_phy-add-support-for-detection-PSGMII-PHY-mode.patch [new file with mode: 0644]