Commit a50abe2e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Vinod Koul

dt-bindings: phy: ti,phy-j721e-wiz: document clock-output-names

Document the clock-output-names property of clock children, even though
the nodes are actually deprecated, to fix dtbs_check warnings like:

  k3-j7200-common-proc-board.dtb: wiz@5060000: refclk-dig: 'clock-output-names' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230404190115.546973-5-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent c042ea2a
...@@ -89,6 +89,9 @@ properties: ...@@ -89,6 +89,9 @@ properties:
"#clock-cells": "#clock-cells":
const: 0 const: 0
clock-output-names:
maxItems: 1
assigned-clocks: assigned-clocks:
maxItems: 1 maxItems: 1
...@@ -122,6 +125,9 @@ patternProperties: ...@@ -122,6 +125,9 @@ patternProperties:
"#clock-cells": "#clock-cells":
const: 0 const: 0
clock-output-names:
maxItems: 1
assigned-clocks: assigned-clocks:
maxItems: 1 maxItems: 1
...@@ -150,6 +156,9 @@ patternProperties: ...@@ -150,6 +156,9 @@ patternProperties:
"#clock-cells": "#clock-cells":
const: 0 const: 0
clock-output-names:
maxItems: 1
required: required:
- clocks - clocks
- "#clock-cells" - "#clock-cells"
......
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