Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <frank-w@public-files.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250709111147.11843-2-linux@fw-web.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Frank Wunderlich and committed by
Jakub Kicinski
29712b43 b430f6c3

+1 -1
+1 -1
Documentation/devicetree/bindings/net/mediatek,net.yaml
··· 382 382 - const: xgp3 383 383 384 384 patternProperties: 385 - "^mac@[0-1]$": 385 + "^mac@[0-2]$": 386 386 type: object 387 387 unevaluatedProperties: false 388 388 allOf: