From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1D757C5AD55 for ; Mon, 10 Aug 2026 12:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Hf3hq9uUQWUEz8YvFbiRVgRTtJAkRTrXQ6MRYpIYIEw=; b=xWicKhG+CPFhpHJfnAf68Ynbb5 cYwWeame7khSu175f4Pq70UlUm51pIQwt3Vdf20dWBjDTcf0GQ2XpgQkD+NrUwDNdY5t094drTFww 3EAyF6mOye0MwUN1NH3ZnmiqcNzeLUkyOm7nP33bbiHftVB1RBrXfsPxCCNLx7nlM6rwubo285E2a qtV9Hcl5J+Hp0McuJ1QInh3fYpT2nz6+qJH/mxwHZY/tw92BCPYQYaEITwKJUa3Soti9Z5Fey1isa 1N30bkZ3wjoJZ3AKRWr1PNVVOHbvuFW/vDQd2P/Ta3IsDelG9jMZ5+lxwIeGbcQCfdJCikKpZQ9O5 tDrcruTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wtOv1-0000000BiTW-26ud; Mon, 10 Aug 2026 12:15:51 +0000 Received: from mail.zlab.su ([109.73.193.145]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wtOux-0000000BiNc-3m4Q; Mon, 10 Aug 2026 12:15:49 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BB833BFA89; Mon, 10 Aug 2026 15:15:42 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zlab.su; s=dkim; t=1786364144; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=Hf3hq9uUQWUEz8YvFbiRVgRTtJAkRTrXQ6MRYpIYIEw=; b=UeIEk5zMajwNW4r8+weqNaNRWkDcX2R+4atx7y05y44m8kQkfK4J0lgfbgNpBSgxIOE/jV gDX1GEexBCpwzJ1mllZ9trQnv7mjFLGJ5ArO7FYqnWxcbizrpnUzbZUk3l4/W+JN6pNUHw A1dfYLT8jDIf5gCCTsbiP275HG8GFp6rJOEfjTneZqocPnbC49wvnftdmeg2iZiEemi54O CwwgmNseusKz7usvNoa7dhbEzLG/lX2EawL5RONj0oViXHKOWq94hFMdHBMqxsaKt8rDaJ kK2UbRp3MYteDJoxE6M5iE4S/1fJ9Xedf4jtwwwqxtMLmUy6+wuaHyb0Mv5XNQ== From: Vladislav Leonov To: linux-rockchip@lists.infradead.org Cc: linux-arm-kernel@lists.infradead.org, Simon Glass , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vladislav Leonov , Andrew Lunn , Conor Dooley , "David S. Miller" , David Wu , Eric Dumazet , Heiko Stuebner , Jakub Kicinski , Krzysztof Kozlowski , Paolo Abeni , Rob Herring , netdev@vger.kernel.org Subject: [PATCH 04/25] dt-bindings: net: rockchip-dwmac: add RV1106 compatible Date: Mon, 10 Aug 2026 15:10:55 +0300 Message-ID: <20260810121121.210040-5-vlad@zlab.su> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260810121121.210040-1-vlad@zlab.su> References: <20260810121121.210040-1-vlad@zlab.su> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260810_051548_152879_7DE57912 X-CRM114-Status: UNSURE ( 8.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add compatible string for RV1106 gmac, and constrain it to be compatible with Synopsys dwmac 4.20a. Signed-off-by: Vladislav Leonov --- Documentation/devicetree/bindings/net/rockchip-dwmac.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml b/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml index 80c252845349..65eee45f7d7e 100644 --- a/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml +++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml @@ -29,6 +29,7 @@ select: - rockchip,rk3568-gmac - rockchip,rk3576-gmac - rockchip,rk3588-gmac + - rockchip,rv1106-gmac - rockchip,rv1108-gmac - rockchip,rv1126-gmac required: @@ -56,6 +57,7 @@ properties: - rockchip,rk3568-gmac - rockchip,rk3576-gmac - rockchip,rk3588-gmac + - rockchip,rv1106-gmac - rockchip,rv1126-gmac - const: snps,dwmac-4.20a -- 2.47.3