[PATCH v8 01/16] dt-bindings: net: mediatek,net: update mac subnode pattern for mt7988
From: Frank Wunderlich <hidden>
Date: 2025-07-06 13:28:23
Also in:
linux-arm-kernel, linux-devicetree, linux-mediatek, linux-pm, lkml
Subsystem:
networking drivers, open firmware and flattened device tree bindings, the rest · Maintainers:
Andrew Lunn, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Linus Torvalds
From: Frank Wunderlich <redacted>
MT7888 have 3 Macs and so its nodes have names from mac0 - mac2. Update
pattern to fix this.
Fixes: c94a9aabec36 ("dt-bindings: net: mediatek,net: add mt7988-eth binding")
Signed-off-by: Frank Wunderlich <redacted>
---
Documentation/devicetree/bindings/net/mediatek,net.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/mediatek,net.yaml b/Documentation/devicetree/bindings/net/mediatek,net.yaml
index 9e02fd80af83..175d1d011dc6 100644
--- a/Documentation/devicetree/bindings/net/mediatek,net.yaml
+++ b/Documentation/devicetree/bindings/net/mediatek,net.yaml
@@ -382,7 +382,7 @@ allOf:
- const: xgp3
patternProperties:
- "^mac@[0-1]$":
+ "^mac@[0-2]$":
type: object
unevaluatedProperties: false
allOf:--
2.43.0