Re: [PATCH net-next v5 14/15] dt-bindings: net: add onsemi's S2500

From: Rob Herring

Date: Mon Jun 15 2026 - 00:11:18 EST


On Sun, Jun 14, 2026 at 10:00:30AM -0700, Selvamani Rajagopal wrote:
> Add YAML device tree binding for the onsemi S2500 IEEE 802.3cg
> compliant Ethernet transceiver device.
>
> We use IRQF_TRIGGER_FALLING, though OPEN Alliance 10BASE-T1x
> Serial Interface specification calls for IRQF_TRIGGER_LOW.
>
> This is to match IRQF_TRIGGER_FALLING used by OA TC6 framework code.
> This bug fix requires changes to the stable branch. At that time,
> this will be changed to IRQF_TRIGGER_LOW.
>
> ---

Everything after this is dropped from the commit message when applying.
Your Sob needs to be above it.

And you are missing tags from prior versions. It is your responsibility
to add them.

> changes in v5
> - no changes
> changes in v4:
> - added spi-max-frequency as suggested by AI review
> - changed interrupt to IRQ_TYPE_EDGE_FALLING as it is
> being taken care in net (stable) branch
> changes in v3
> - Removed URL link that failed verification
> changes in v2
> - removed spi-max-frequency entry
> - changed the compatible string to s2500
> changes in v1
> - Added the first version of YAML file for onsemi MAC-PHY
>
> Signed-off-by: Selvamani Rajagopal <Selvamani.Rajagopal@xxxxxxxxxx>
> ---
> .../devicetree/bindings/net/onnn,s2500.yaml | 67 ++++++++++++++++++++++
> 1 file changed, 67 insertions(+)