Re: [PATCH 2/5] dt-bindings: net: Add MTIP L2 switch description (fec,mtip-switch.yaml)

From: Andrew Lunn
Date: Tue Mar 25 2025 - 11:06:53 EST


> + phy-reset-gpios:
> + deprecated: true
> + description:
> + Should specify the gpio for phy reset.

It seem odd that a new binding has deprecated properties. Maybe add a
comment in the commit message as to why they are there. I assume this
is because you are re-using part of the FEC code as is, and it
implements them?

Andrew