Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Roger Quadros <rogerq@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220628122255.24265-6-rogerq@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Roger Quadros and committed by
Vinod Koul
d5f2e747 1aa54982

+20 -1
+20 -1
Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
··· 16 16 - ti,j721e-wiz-16g 17 17 - ti,j721e-wiz-10g 18 18 - ti,am64-wiz-10g 19 + - ti,j7200-wiz-10g 19 20 20 21 power-domains: 21 22 maxItems: 1 22 23 23 24 clocks: 24 - maxItems: 3 25 + minItems: 3 26 + maxItems: 4 25 27 description: clock-specifier to represent input to the WIZ 26 28 27 29 clock-names: 30 + minItems: 3 28 31 items: 29 32 - const: fck 30 33 - const: core_ref_clk 31 34 - const: ext_ref_clk 35 + - const: core_ref1_clk 32 36 33 37 num-lanes: 34 38 minimum: 1 ··· 110 106 - assigned-clocks 111 107 - assigned-clock-parents 112 108 109 + ti,scm: 110 + $ref: /schemas/types.yaml#/definitions/phandle 111 + description: | 112 + phandle to System Control Module for syscon regmap access. 113 + 113 114 patternProperties: 114 115 "^pll[0|1]-refclk$": 115 116 type: object ··· 181 172 - "#size-cells" 182 173 - "#reset-cells" 183 174 - ranges 175 + 176 + allOf: 177 + - if: 178 + properties: 179 + compatible: 180 + contains: 181 + const: ti,j7200-wiz-10g 182 + then: 183 + required: 184 + - ti,scm 184 185 185 186 additionalProperties: false 186 187