diff options
| author | Krzysztof Kozlowski <[email protected]> | 2024-08-18 19:29:30 +0200 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2024-08-21 13:22:06 +0200 |
| commit | eba8a7b05e21ab1baa0394eb7e915312303492fe (patch) | |
| tree | 7a49ca4948595455ce05551aec4f8ca45f4ea884 | |
| parent | 67dd9e861add38755a7c5d29e25dd0f6cb4116ab (diff) | |
dt-bindings: memory-controllers: renesas,rpc-if: 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.
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml index d7745dd53b51..4f4bc953e31a 100644 --- a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml +++ b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml @@ -67,7 +67,9 @@ properties: - const: dirmap - const: wbuf - clocks: true + clocks: + minItems: 1 + maxItems: 2 interrupts: maxItems: 1 |