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

From: Bartosz Golaszewski
Date: Mon Nov 03 2025 - 12:21:53 EST


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

>
> Shouldn't phys be required? How device can work sometimes without its
> phy?
>

Actually I will drop phys, the serdes PHY is managed by SCMI.

Bart