Re: [PATCH net-next v4 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema
From: Arthur Crépin Leblond
Date: Tue Aug 11 2026 - 10:26:37 EST
On Tue, Aug 11, 2026 at 02:57:40PM +0200, Arnd Bergmann wrote:
On Tue, Aug 11, 2026, at 14:34, Arthur Crépin Leblond wrote:
+ ethernet@0 {
+ compatible = "wiznet,w5500";
+ reg = <0>;
+ pinctrl-names = "default";
+ pinctrl-0 = <ð1_pins>;
+ interrupt-parent = <&gpio>;
+ interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
I think this needs to be IRQ_TYPE_EDGE_BOTH instead of IRQ_TYPE_EDGE_FALLING
to make sense.
Arnd
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.
Arthur