Commit d5f2e747 authored by Roger Quadros's avatar Roger Quadros Committed by Vinod Koul

dt-bindings: phy: ti,phy-j721e-wiz: Add support for ti,j7200-wiz-10g

ti,j7200-wiz-10g supports an additional reference clock.
Add compatible and the additional clock.

Cc: Rob Herring <robh@kernel.org>
Signed-off-by: default avatarRoger Quadros <rogerq@kernel.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220628122255.24265-6-rogerq@kernel.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 1aa54982
...@@ -16,19 +16,23 @@ properties: ...@@ -16,19 +16,23 @@ properties:
- ti,j721e-wiz-16g - ti,j721e-wiz-16g
- ti,j721e-wiz-10g - ti,j721e-wiz-10g
- ti,am64-wiz-10g - ti,am64-wiz-10g
- ti,j7200-wiz-10g
power-domains: power-domains:
maxItems: 1 maxItems: 1
clocks: clocks:
maxItems: 3 minItems: 3
maxItems: 4
description: clock-specifier to represent input to the WIZ description: clock-specifier to represent input to the WIZ
clock-names: clock-names:
minItems: 3
items: items:
- const: fck - const: fck
- const: core_ref_clk - const: core_ref_clk
- const: ext_ref_clk - const: ext_ref_clk
- const: core_ref1_clk
num-lanes: num-lanes:
minimum: 1 minimum: 1
...@@ -106,6 +110,11 @@ properties: ...@@ -106,6 +110,11 @@ properties:
- assigned-clocks - assigned-clocks
- assigned-clock-parents - assigned-clock-parents
ti,scm:
$ref: /schemas/types.yaml#/definitions/phandle
description: |
phandle to System Control Module for syscon regmap access.
patternProperties: patternProperties:
"^pll[0|1]-refclk$": "^pll[0|1]-refclk$":
type: object type: object
...@@ -173,6 +182,16 @@ required: ...@@ -173,6 +182,16 @@ required:
- "#reset-cells" - "#reset-cells"
- ranges - ranges
allOf:
- if:
properties:
compatible:
contains:
const: ti,j7200-wiz-10g
then:
required:
- ti,scm
additionalProperties: false additionalProperties: false
examples: examples:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment