Re: [PATCH v3 1/8] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems

From: Krzysztof Kozlowski
Date: Tue Nov 04 2025 - 02:21:10 EST


On 03/11/2025 18:18, Bartosz Golaszewski wrote:
> On Tue, Oct 28, 2025 at 9:16 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>>
>>> +
>>> + power-domains:
>>> + minItems: 3
>>
>> maxItems instead
>>
>> But the other problem is that it is conflicting with snps,dwmac.yaml
>> which says max 1 is allowed. You need to fix that, along with
>> restricting other users of that shared schema to maxItems: 1.
>>
>
> Just to be clear: snps,dwmac.yaml should stay as:
>
> power-domains:
> minItems: 1
> maxItems: 3
>
> But all bindings referencing it, except the new one, should now gain:
>
> power-domains:
> maxItems: 1

Yes.

Best regards,
Krzysztof