On Fri, Apr 03, 2026 at 02:03:46PM +0200, Luca Weiss wrote: > + power-domains: > + description: > + Power domains required for the clock controller to operate > + items: > + - description: GFX power domain > + - description: GPUCC(CX) power domain > + > + '#power-domain-cells': > + const: 1 > + > +required: > + - compatible > + - reg > + - power-domains > + - '#power-domain-cells' > + > +unevaluatedProperties: false
additionalProperties instead. I will fix the other file. With this: Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof

