Re: [PATCH net-next v4 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema
"Arnd Bergmann" <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 11, 2026, at 16:14, Arthur Crépin Leblond wrote:
> On Tue, Aug 11, 2026 at 02:57:40PM +0200, Arnd Bergmann wrote:
>>
>>I think this needs to be IRQ_TYPE_EDGE_BOTH instead of IRQ_TYPE_EDGE_FALLING
>>to make sense.
>
> This interrupt is for the main one which is active low, we don't need
> to catch the rising one.
> Only The link interrupt needs to be both edges.
Ah of course, sorry for the noise.
Arnd