On Thu, Mar 20, 2025 at 11:32:12AM +0000, Matt Coster wrote: > + - if: > + properties: > + compatible: > + contains: > + const: img,img-bxs-4-64 > + then: > + properties: > + power-domains: > + minItems: 2 > + power-domain-names: > + minItems: 2 > + > + - if: > + properties: > + compatible: > + contains: > + anyOf: Instead: enum > + - const: ti,am62-gpu > + - const: ti,j721s2-gpu Best regards, Krzysztof