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

Bartosz Golaszewski brgl at bgdev.pl
Mon Nov 3 09:18:58 PST 2025


On Tue, Oct 28, 2025 at 9:16 AM Krzysztof Kozlowski <krzk at kernel.org> 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



More information about the linux-arm-kernel mailing list