From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 88A38314B9A for ; Fri, 24 Oct 2025 11:50:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761306629; cv=none; b=lp6+DiQz3Ldhlu3Js/nV9y47wKisK8IABHP3zRV8Hyu/Q/9atYNL6rIPJGcR79/FfclOH9PIuefTI7KwDcTSuAc0Bt0FNKL71nIHYwC5u/uI9ZT/pGw70LmdWuvsuR8Vs38liYrw//+aTd++hMMxwMWQd8Ug76jIAJLYvFgKe4g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761306629; c=relaxed/simple; bh=dOuVtmpqMtteXHbOXlQOCS36sdrfzeJ5kxO7Ib+amjI=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=gQ8Ly6X3j3pqmbl+dhk42Bv3h06Qa2cUXjAT34fukZ6+PCaA4+q6QAmsk7CTOtrj2LrDIoaa5jZzq6cZrN5MqGOyfyQSUBonMpNmEOWAmnLcYuet19XqFE8KOVYHtiGDCc1OACdS8qIA7xA3ijp1PlusrTWbOyIqn9gKHJwSOxM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=ratatoskr.trumtrar.info) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vCGJ7-0002FG-20; Fri, 24 Oct 2025 13:50:09 +0200 From: Steffen Trumtrar Date: Fri, 24 Oct 2025 13:49:57 +0200 Subject: [PATCH v5 05/10] dt-bindings: net: altr,socfpga-stmmac: add generic dwxgmac compatible Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20251024-v6-12-topic-socfpga-agilex5-v5-5-4c4a51159eeb@pengutronix.de> References: <20251024-v6-12-topic-socfpga-agilex5-v5-0-4c4a51159eeb@pengutronix.de> In-Reply-To: <20251024-v6-12-topic-socfpga-agilex5-v5-0-4c4a51159eeb@pengutronix.de> To: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Dinh Nguyen , Maxime Chevallier , Maxime Coquelin , Alexandre Torgue , Matthew Gerlach Cc: kernel@pengutronix.de, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Steffen Trumtrar X-Mailer: b4 0.14.3 X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: s.trumtrar@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Add the more generic "snps,dwxgmac" compatible to the list of compatibles for the agilex5. The snps,dwmac binding explicitly uses the "snps,dwxgmac-2.10", "snps,dwxgmac" combination as example; the stmmac driver only checks on dwmac and dwxgmac compatibles to decide what kind of gmac it is working with. Signed-off-by: Steffen Trumtrar --- Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml index fc445ad5a1f1a..b53847a2d9536 100644 --- a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml +++ b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml @@ -46,6 +46,7 @@ properties: - items: - const: altr,socfpga-stmmac-agilex5 - const: snps,dwxgmac-2.10 + - const: snps,dwxgmac clocks: minItems: 1 -- 2.51.0