On Wed, Aug 26, 2026 at 06:27:45PM +0800, Shawn Guo wrote: > power-domain-names: > minItems: 2 > - items: > - - const: cx > - - const: mx > - - const: nsp > + maxItems: 3 > > reg: > maxItems: 1 > @@ -104,15 +98,25 @@ allOf: > then: > properties: > power-domains: > - maxItems: 2 > + items: > + - description: CX power domain > + - description: MX power domain > power-domain-names: > - maxItems: 2 > + items: > + - const: cx > + - const: mx > else: > properties: > power-domains: > - minItems: 3 > + items: > + - description: CX power domain > + - description: NMXC power domain > + - description: NSP power domain > power-domain-names: > - minItems: 3 > + items: > + - const: cx > + - const: nmxc
That's the same domain from this device point of view, no? The names are not representing provider but consumer. Best regards, Krzysztof

