diff options
author | Vinod Koul <vkoul@kernel.org> | 2021-03-17 09:34:10 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-03-17 09:34:10 +0300 |
commit | 5c932d16d5f25c46c0a33a75dbbf67e24077f8b2 (patch) | |
tree | 33e398537dc23a20c7c4754cd266ecb8d1f31e78 /Documentation | |
parent | d9de0cbd5b1f6b51c92a40937945f26a35d848ff (diff) | |
parent | 4709b21a0566bee2f00b1bd8fb926c08dd838438 (diff) | |
download | linux-5c932d16d5f25c46c0a33a75dbbf67e24077f8b2.tar.xz |
Merge tag 'ti-serdes-for-5.13' into next
TI Serdes changes for 5.13
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 20 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml | 4 |
2 files changed, 21 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml index e266ade53d87..4608599a31d8 100644 --- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml +++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml @@ -28,13 +28,27 @@ properties: '#size-cells': const: 0 + '#clock-cells': + const: 1 + clocks: - maxItems: 1 + minItems: 1 + maxItems: 2 description: - PHY reference clock. Must contain an entry in clock-names. + PHY reference clock for 1 item. Must contain an entry in clock-names. + Optional Parent to enable output reference clock. clock-names: - const: refclk + minItems: 1 + items: + - const: refclk + - const: phy_en_refclk + + assigned-clocks: + maxItems: 3 + + assigned-clock-parents: + maxItems: 3 reg: minItems: 1 diff --git a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml index bbbd85501ada..57e1d013a502 100644 --- a/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml +++ b/Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml @@ -15,6 +15,7 @@ properties: enum: - ti,j721e-wiz-16g - ti,j721e-wiz-10g + - ti,am64-wiz-10g power-domains: maxItems: 1 @@ -42,6 +43,9 @@ properties: "#reset-cells": const: 1 + "#clock-cells": + const: 1 + ranges: true assigned-clocks: |