This patch series extends Torrent PHY driver functionality to support dual input reference clocks by implementing key:value pair table for all settings instead of a 3D matrix. It also adds support for single and multilink USXGMII configurations. The changes have been validated on TI J721E and J7200 platforms. This patch series is dependent on [1] and should be applied on top of this. [1] https://lore.kernel.org/linux-phy/20230227133104.29788-1-sjakhade@xxxxxxxxxxx/ Roger Quadros (1): phy: cadence-torrent: Use key:value pair table for all settings Swapnil Jakhade (6): phy: cadence-torrent: Add single link USXGMII configuration for 156.25MHz refclk dt-bindings: phy: cadence-torrent: Add bindings to support dual input reference clock configurations phy: cadence-torrent: Add PCIe(100MHz) + USXGMII(156.25MHz) multilink configuration phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink configuration dt-bindings: phy: cadence-torrent: Add a separate compatible for TI J7200 phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink config for TI J7200 .../bindings/phy/phy-cadence-torrent.yaml | 36 +- drivers/phy/cadence/phy-cadence-torrent.c | 2431 +++++++++-------- 2 files changed, 1358 insertions(+), 1109 deletions(-) -- 2.34.1