diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-08-18 19:30:12 +0200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2024-08-23 15:45:22 +0200 |
commit | 0dec2d0c8a7ecf6dec52b8686f722a74f47e01b2 (patch) | |
tree | 90583fa859c0b0d1e9253e2532db224f156417a2 | |
parent | 120c2833b72f4bdbd67ea2cf70b9d96d1c235717 (diff) |
dt-bindings: clock: renesas,cpg-clocks: Add top-level constraints
Properties with variable number of items per each device are expected to
have widest constraints in top-level "properties:" block and further
customized (narrowed) in "if:then:". Add missing top-level constraints
for clocks and clock-output-names.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/clock/renesas,cpg-clocks.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-clocks.yaml b/Documentation/devicetree/bindings/clock/renesas,cpg-clocks.yaml index 9185d101737e..a0e09b7002f0 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-clocks.yaml +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-clocks.yaml @@ -32,12 +32,16 @@ properties: reg: maxItems: 1 - clocks: true + clocks: + minItems: 1 + maxItems: 3 '#clock-cells': const: 1 - clock-output-names: true + clock-output-names: + minItems: 3 + maxItems: 17 renesas,mode: description: Board-specific settings of the MD_CK* bits on R-Mobile A1 |