Hello, This series adds documentation for the Serdes PHY. Also, the name used to refer to the Serdes PHY in the am65-cpsw driver is updated to match the documented name. --- Documenting the Serdes PHY bindings was missed out in the already merged series at: https://lore.kernel.org/r/20230104103432.1126403-1-s-vadapalli@xxxxxx/ This miss was pointed out at: https://lore.kernel.org/r/CAMuHMdW5atq-FuLEL3htuE3t2uO86anLL3zeY7n1RqqMP_rH1g@xxxxxxxxxxxxxx/ Changes from v2: 1. Drop "phy" suffixes in the phy-names property, changing "mac-phy" and "serdes-phy" to "mac" and "serdes". 2. Add a new patch to update the name used by the am65-cpsw driver to refer to the Serdes PHY, from "serdes-phy" to "serdes". Changes from v1: 1. Describe phys property with minItems, items and description. 2. Use minItems and items in phy-names. 3. Remove the description in phy-names. v2: https://lore.kernel.org/r/20230308051835.276552-1-s-vadapalli@xxxxxx/ v1: https://lore.kernel.org/r/20230306094750.159657-1-s-vadapalli@xxxxxx/ Siddharth Vadapalli (2): dt-bindings: net: ti: k3-am654-cpsw-nuss: Document Serdes PHY net: ethernet: ti: am65-cpsw: Update name of Serdes PHY .../bindings/net/ti,k3-am654-cpsw-nuss.yaml | 14 ++++++++++++-- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) -- 2.25.1