From: Frank Wunderlich Date: Wed, 9 Jul 2025 11:09:37 +0000 (+0200) Subject: dt-bindings: net: mediatek,net: update mac subnode pattern for mt7988 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29712b437339bf9ae36affa6b922340b059cd153;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: net: mediatek,net: update mac subnode pattern for mt7988 MT7888 have 3 Macs and so its nodes have names from mac0 - mac2. Update pattern to fix this. Signed-off-by: Frank Wunderlich Reviewed-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20250709111147.11843-2-linux@fw-web.de Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/devicetree/bindings/net/mediatek,net.yaml b/Documentation/devicetree/bindings/net/mediatek,net.yaml index 9e02fd80af835..175d1d011dc6d 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: