Skip to content

Commit a50abe2

Browse files
krzkvinodkoul
authored andcommitted
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: Krzysztof Kozlowski <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent c042ea2 commit a50abe2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ properties:
8989
"#clock-cells":
9090
const: 0
9191

92+
clock-output-names:
93+
maxItems: 1
94+
9295
assigned-clocks:
9396
maxItems: 1
9497

@@ -122,6 +125,9 @@ patternProperties:
122125
"#clock-cells":
123126
const: 0
124127

128+
clock-output-names:
129+
maxItems: 1
130+
125131
assigned-clocks:
126132
maxItems: 1
127133

@@ -150,6 +156,9 @@ patternProperties:
150156
"#clock-cells":
151157
const: 0
152158

159+
clock-output-names:
160+
maxItems: 1
161+
153162
required:
154163
- clocks
155164
- "#clock-cells"

0 commit comments

Comments
 (0)