RE: [PATCH net-next v2 1/9] dt-bindings: net: add onsemi's S2500 10BASE-T1S MACPHY
From: Selvamani Rajagopal
Date: Wed May 13 2026 - 19:53:48 EST
> > I believe this will affect the parameters passed to request_irq in oa_tc6.c. At present,
> IRQF_TRIGGER_FALLING is used. It has to be changed to IRQF_TRIGGER_LOW.
> > BTW, I did test with this configuration. Both edge triggered and active low, level
> triggered seem to work, though technically it is supposed to be level triggered.
> >
> > My understanding is that I should submit this particular change to oa_tc6, to net, not
> net-next as it falls under bug fix. Can you confirm?
>
> Yes, this is a bug. Please submit it to net, and include a Fixes: tag.
Andrew,
I am preparing the patch for this issue.
Wondering who would fix this in the YAML file? The maintainers from the respective vendors ? The specific file in question is, microchip,lan8650.yaml.
>
> Andrew