From: Krzysztof Kozlowski Date: Sun, 18 Aug 2024 17:29:30 +0000 (+0200) Subject: dt-bindings: memory-controllers: renesas,rpc-if: add top-level constraints X-Git-Tag: v6.12-rc1~187^2~24^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eba8a7b05e21ab1baa0394eb7e915312303492fe;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20240818172930.121898-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml index d7745dd53b51c..4f4bc953e31a0 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