[PATCH v6] dt-bindings: phy: cadence-torrent: Update clocks for multilink SERDES

From: Gokul Praveen

Date: Wed Jul 22 2026 - 02:19:34 EST


For multilink SERDES configurations where each link requires a
different clock frequency, the SERDES provisions an additional
reference clock for PLL1. Hence, document it.

Signed-off-by: Gokul Praveen <g-praveen@xxxxxx>
---
Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
index 9af39b33646a..95f536fe861a 100644
--- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
@@ -34,7 +34,7 @@ properties:

clocks:
minItems: 1
- maxItems: 2
+ maxItems: 3
description:
PHY input reference clocks - refclk (for PLL0) & pll1_refclk (for PLL1).
pll1_refclk is optional and used for multi-protocol configurations requiring
@@ -48,6 +48,7 @@ properties:
items:
- const: refclk
- enum: [ pll1_refclk, phy_en_refclk ]
+ - const: pll1_refclk

reg:
minItems: 1
--
2.34.1