From nobody Tue Oct 7 22:35:57 2025 Received: from mxout2.routing.net (mxout2.routing.net [134.0.28.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9B9431D63CD; Sun, 6 Jul 2025 13:28:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=134.0.28.12 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751808505; cv=none; b=LsUDs7DNJC9tzX2fF8A8u3Tprr0yOZMrpJKjkwxNlIIHx6aO1UfFM7LrQ/VZvIRoytft4OqHXry3xRHtT23ALQuq6h9qLhDZj8bXn5ZqzQ0JCKQq8nVfXc93fY5Ld8jwc+EPEJbzMxv7IPie60pyQodbs1opmtcvIXflGtP/ZPA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751808505; c=relaxed/simple; bh=bFX6+M85LaVyhczWfK1tcpaadGaIBCEYjzLAsExffjQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=WRjH2nTHc8ysoR+Blf1LwiUr03FGJHgK1Fx73LNevQBgQAn4G+4j6QGUdaRd7pLcoPZCy66z6yQcvwie7a4zLZ33hkZZ36GOgPiJSjUY2NcTnuEJ5houjbWoNoR4lGZ9hKiEuRaV4qIXW3ZTJQqLRGh9vPezoLIq8R33oHLVF4c= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de; spf=pass smtp.mailfrom=fw-web.de; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b=OIMH3Ibs; arc=none smtp.client-ip=134.0.28.12 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=fw-web.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fw-web.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=mailerdienst.de header.i=@mailerdienst.de header.b="OIMH3Ibs" Received: from mxbulk.masterlogin.de (unknown [192.168.10.85]) by mxout2.routing.net (Postfix) with ESMTP id 69C265FD3B; Sun, 6 Jul 2025 13:22:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1751808147; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5ClLbCZ+zdSqyrw5Nmp7Lz+LivLsRhboCI3tLkE3fW8=; b=OIMH3IbslQ4k7GBFs39aHcpdZcIlG5JleljNZWyN2UYos1SBrIwZ8NJE/rfrqU8Udn7fGX JDexY8aj7FsWBNOO5Q5fvbz/+kkzDD65tir8pT6b3c/kYT+L5UHpvQUK1KEl0stb2ydBsB jkSbFu+uV2qOJ5IO0cRNgoXc5e3HTYU= Received: from frank-u24.. (fttx-pool-194.15.86.111.bambit.de [194.15.86.111]) by mxbulk.masterlogin.de (Postfix) with ESMTPSA id 1156D1226F8; Sun, 6 Jul 2025 13:22:27 +0000 (UTC) From: Frank Wunderlich To: MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Georgi Djakov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Johnson Wang , =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= , Landen Chao , DENG Qingfang , Sean Wang , Daniel Golle , Lorenzo Bianconi , Felix Fietkau Cc: Frank Wunderlich , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH v8 01/16] dt-bindings: net: mediatek,net: update mac subnode pattern for mt7988 Date: Sun, 6 Jul 2025 15:21:56 +0200 Message-ID: <20250706132213.20412-2-linux@fw-web.de> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250706132213.20412-1-linux@fw-web.de> References: <20250706132213.20412-1-linux@fw-web.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Frank Wunderlich 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 bindin= g") Signed-off-by: Frank Wunderlich Reviewed-by: Krzysztof Kozlowski --- 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/Docu= mentation/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 =20 patternProperties: - "^mac@[0-1]$": + "^mac@[0-2]$": type: object unevaluatedProperties: false allOf: --=20 2.43.0