From: Krzysztof Kozlowski Date: Sun, 23 Jun 2024 20:03:00 +0000 (+0200) Subject: dt-bindings: display/msm/gpu: constrain clocks in top-level X-Git-Tag: v6.11-rc1~141^2~4^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6c7c411be788d1cf78a4fdec3ce080a8f2e39e1;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: display/msm/gpu: constrain clocks in top-level We expect each schema with variable number of clocks, to have the widest constrains in top-level "properties:". This is more readable and also makes binding stricter, if there is no "if:then:" block for given variant. Acked-by: Conor Dooley Signed-off-by: Krzysztof Kozlowski Patchwork: https://patchwork.freedesktop.org/patch/600504/ Link: https://lore.kernel.org/r/20240623-qcom-adreno-dts-bindings-driver-v2-1-9496410de992@linaro.org Signed-off-by: Dmitry Baryshkov --- diff --git a/Documentation/devicetree/bindings/display/msm/gpu.yaml b/Documentation/devicetree/bindings/display/msm/gpu.yaml index 40b5c6bd11f8c..253e68d92779a 100644 --- a/Documentation/devicetree/bindings/display/msm/gpu.yaml +++ b/Documentation/devicetree/bindings/display/msm/gpu.yaml @@ -32,9 +32,13 @@ properties: - pattern: '^amd,imageon-200\.[0-1]$' - const: amd,imageon - clocks: true + clocks: + minItems: 2 + maxItems: 7 - clock-names: true + clock-names: + minItems: 2 + maxItems: 7 reg: minItems: 1