Re: [PATCH v5 15/21] dt-bindings: gpu: Add support for T-HEAD TH1520 GPU
From: Krzysztof Kozlowski
Date: Fri Feb 21 2025 - 04:16:30 EST
On Wed, Feb 19, 2025 at 03:02:33PM +0100, Michal Wilczynski wrote:
> reg:
> maxItems: 1
> @@ -60,6 +65,16 @@ allOf:
> clocks:
> maxItems: 1
>
> + - if:
> + properties:
> + compatible:
> + contains:
> + const: thead,th1520-gpu
> + then:
> + properties:
> + clocks:
> + minItems: 3
Missing constraint for clock-names. They *always* go together.
Best regards,
Krzysztof