From patchwork Tue May 28 09:37:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonas Karlman X-Patchwork-Id: 13676373 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 36FABC25B7C for ; Tue, 28 May 2024 09:38:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=/WnfL3I3louG2WSRDxpSuEsUgGng8xjgsdwgxfdStn8=; b=nZmiK0QIFfzQ7y gC8qTfChxnGgVSveDDA52IIL9qoIWVyhQQ11D2GmPsXhDbX5EM6DpBiiQF2fbTD72LsNQqccrluCN ZvamJfo3jPjpc90u56lpBvYM43XjQhI2/lZSpPwJif3LCZFgAfdpV7/xi1mW1JPdFAPBj2iKJXi+s xAbIPre65kqeTdFZe6xcst3koQ2Wu8+AMg27jMwAv9CJYi5wXhxslKP4iehNiCNmDDnHeVhiWsh3r ngEIP4RHbZVU+YMqvodBMQBDIXhbtESOvMj8tNetw4R/BQgtOta+a8Ex6+732WQ5upBnxy/BMXSpE pwbHQZBhmtPP1+O4Vf9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sBtHv-000000004OD-05FS; Tue, 28 May 2024 09:38:35 +0000 Received: from smtp.forwardemail.net ([149.28.215.223]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sBtHr-000000004Lm-1Ixz for linux-rockchip@lists.infradead.org; Tue, 28 May 2024 09:38:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kwiboo.se; h=Content-Transfer-Encoding: MIME-Version: Message-ID: Date: Subject: Cc: To: From; q=dns/txt; s=fe-e1b5cab7be; t=1716889086; bh=kZldNUhFapUXi8fFen9ZxNXmo2zf2T/DvFY/0m93JFA=; b=DNyx6W+a4WLlg4KUHnj8e582/ftL8kLH3tW7h2y1krmFeaBrEsBcFeXSaI9SPstsfaN/IcT2d z1b2GJbvZXLXRpNHDY8L2KPwtYpZRGz+BB+haENaRaDydjUUuTEkvYws3eVlhD91cm1uvLQUvnD OPvSRih7hCbzTm8SyQxBJn5Uw1oJ5epU7CSBLKNxU/WqWZNXZJxVSdKTPW52QMpeTS+jQ1bgGlW u0LoYcGgwy9biXtTANk2WH6NS0UUPFFX7zvPZYruS9hYWlMNe7Ar7mUY3kkCzNlNzgRkWKFRIfG BjYrbDwRabnWox7MZtdPZyXJ9p/ks8d3O7WSNDi1ltmw== From: Jonas Karlman To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alexandre Torgue , Giuseppe Cavallaro , Jose Abreu , Tobias Schramm Cc: linux-rockchip@lists.infradead.org, Jonas Karlman , Heiko Stuebner , Krzysztof Kozlowski , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] dt-bindings: net: rockchip-dwmac: Fix rockchip,rk3308-gmac compatible Date: Tue, 28 May 2024 09:37:48 +0000 Message-ID: <20240528093751.3690231-1-jonas@kwiboo.se> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 X-Report-Abuse-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Complaints-To: abuse@forwardemail.net X-ForwardEmail-Version: 0.4.40 X-ForwardEmail-Sender: rfc822; jonas@kwiboo.se, smtp.forwardemail.net, 149.28.215.223 X-ForwardEmail-ID: 6655a5fe20693af6ad39594b X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240528_023831_404099_643C6DBC X-CRM114-Status: UNSURE ( 7.86 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Schema validation using rockchip,rk3308-gmac compatible fails with: ethernet@ff4e0000: compatible: ['rockchip,rk3308-gmac'] does not contain items matching the given schema from schema $id: http://devicetree.org/schemas/net/rockchip-dwmac.yaml# ethernet@ff4e0000: Unevaluated properties are not allowed ('interrupt-names', 'interrupts', 'phy-mode', 'reg', 'reset-names', 'resets', 'snps,reset-active-low', 'snps,reset-delays-us', 'snps,reset-gpio' were unexpected) from schema $id: http://devicetree.org/schemas/net/rockchip-dwmac.yaml# Add rockchip,rk3308-gmac to snps,dwmac.yaml to fix DT schema validation. Fixes: 2cc8c910f515 ("dt-bindings: net: rockchip-dwmac: add rk3308 gmac compatible") Signed-off-by: Jonas Karlman Reviewed-by: Heiko Stuebner Acked-by: Krzysztof Kozlowski --- Changes in v2: - Re-send as a separate patch - Collect r-b and a-b tags --- Documentation/devicetree/bindings/net/snps,dwmac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml index 21cc27e75f50..3bab4e1f3fbf 100644 --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml @@ -76,6 +76,7 @@ properties: - rockchip,rk3128-gmac - rockchip,rk3228-gmac - rockchip,rk3288-gmac + - rockchip,rk3308-gmac - rockchip,rk3328-gmac - rockchip,rk3366-gmac - rockchip,rk3368-gmac