Re: [PATCH net-next v4 2/3] dt-bindings: net: wiznet,w5100: add link status interrupt

From: Arthur Crépin Leblond

Date: Tue Aug 11 2026 - 10:21:58 EST


On Tue, Aug 11, 2026 at 03:36:43PM +0200, Krzysztof Kozlowski wrote:
On 11/08/2026 14:34, Arthur Crépin Leblond wrote:
Add an optional link status interrupt which can be connected to the
LINKLED pin on the device to detect link status changes.

Signed-off-by: Arthur Crépin Leblond <arthur@xxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/net/wiznet,w5100.yaml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/wiznet,w5100.yaml b/Documentation/devicetree/bindings/net/wiznet,w5100.yaml
index 641c9ddbde9e..30f013f40a77 100644
--- a/Documentation/devicetree/bindings/net/wiznet,w5100.yaml
+++ b/Documentation/devicetree/bindings/net/wiznet,w5100.yaml
@@ -24,7 +24,11 @@ properties:
- wiznet,w5500

interrupts:
- maxItems: 1
+ maxItems: 2

This is redundant, instead you need "minItems: 1"


Best regards,
Krzysztof

Thank you, I'll update it in the next patch.
I will also remove the unused gpio/gpio.h include.

Arthur