Re: [PATCH net-next v4 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema
From: Arnd Bergmann
Date: Tue Aug 11 2026 - 08:58:57 EST
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