On Mon, 16 Jun 2025 11:58:11 +0200, Frank Wunderlich wrote:
From: Frank Wunderlich <redacted>
Update binding for mt7988 which has 3 gmac and 2 reg items.
With RSS-IRQs the interrupt max-items is now 6. Add interrupt-names
to make them accessible by name.
Signed-off-by: Frank Wunderlich <redacted>
---
v4:
- increase max interrupts to 8 because of RSS/LRO interrupts
- dropped Robs RB due to this change
- allow interrupt names
- add interrupt-names without reserved IRQs on mt7988
this requires mtk driver patch:
https://patchwork.kernel.org/project/netdevbpf/patch/20250616080738.117993-2-linux@fw-web.de/
v2:
- change reg to list of items
---
.../devicetree/bindings/net/mediatek,net.yaml | 28 ++++++++++++++++---
1 file changed, 24 insertions(+), 4 deletions(-)
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>