Re: [PATCH net-next] dt-bindings: net: Remove redundant ethernet-phy-ieee802.3-c22 fallback
From: Jakub Kicinski
Date: Thu Mar 19 2026 - 10:53:30 EST
On Thu, 19 Mar 2026 14:38:37 +0000 Biju Das wrote:
> > Maybe a noob question but why are you not updating all the other ones?
> >
> > $ git grep --files-with-matches 'ethernet-phy-ieee802.3-c22' -- \
> > Documentation/devicetree/bindings/net/ | \
> > wc -l
> > 16
>
> The other files have only 'compatible = "ethernet-phy-ieee802.3-c22"'
>
> Whereas this patch removes the fallback pattern based on
> Rob's suggestion [1]
>
> compatible = "ethernet-phy-id0022.1622",
> "ethernet-phy-ieee802.3-c22";
Got it
> Please let me know, should I drop all 'ethernet-phy-ieee802.3-c22' compatibles?
No, let's wait for DT maintainers' review.