Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1442585pxj; Sat, 15 May 2021 15:16:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx3Gt2K9iV+U7wEuTx7ejaA0gu0joWHSCWdLi9verQE472Nxh8GsiWEC17SYKdcu+jx/aLQ X-Received: by 2002:a17:907:9208:: with SMTP id ka8mr16878534ejb.71.1621116991968; Sat, 15 May 2021 15:16:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621116991; cv=none; d=google.com; s=arc-20160816; b=PxJsIo2n+9f7Mj7ID/KfCF9Ey/ywMz90AdaiNbMc5e+vVdIbHPFgZCFVVHIdFyNXhF WED+ydtrKKPZNc5Ci8WtUp7N4RbJytd4IOjVdnAyy2NE9q2AE1Fp53+0kxVs9uyj5VqQ FrDMzSxj68u+cp5mtS5TeQKGJDYZQmbCR1y0rR9x4sdfTY3XDw2lK7RZLpNSctAxjKcY ZUomU7u0d/FPtrPn/6jJCmcCELYKhMFYDb49B1PRLkBMHsURnV03cSZa+ou+gm9ED7OM XvXoMy5LXNFZMscBSxmqH4YMbQbRMSfJg+bYzapiEwAG+Lz4rvuw4d5bjRND41p8VkV7 n/Zg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Ci+AMnNOplklsa6fOBm2vFqSuhDoJVaFdxDR91ziBn8=; b=TlTl4Kq3eXKE3tYAVwFku/0X9yi/1wuOkkQbtcyEaBODm8nFgtqNJ1HuznfBdaR/IG iMx7GdJYxxCHxB0uNQlsib9WuP1YztrG3qSOKssuyARH4LOdChFzuk2bKI4wNIjVmQrD ig1uZa+qfBp0RPyp9g58hGcAnDH3EJPMmhe6rAF3thk/KX51anLL8eFcaRsjXYWVwb73 pnBjuV++GYvtql512fUj/Nl4qiuLxPUOabi8HxrqgFA8e6kbQrcFDhMqa61RHrjwyCH0 d8G94/arG4HKNUUEBRiIY2XYdJK51ommnQ/Tcu6VqKJF68Wg9IbCOUBF7fXx3DGyOnPM YCDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u6si6185339edc.469.2021.05.15.15.16.04; Sat, 15 May 2021 15:16:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230104AbhEONHw (ORCPT + 99 others); Sat, 15 May 2021 09:07:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229940AbhEONHu (ORCPT ); Sat, 15 May 2021 09:07:50 -0400 Received: from mail.manjaro.org (mail.manjaro.org [IPv6:2a01:4f8:150:448b::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9357C061573; Sat, 15 May 2021 06:06:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id 01FD63E63070; Sat, 15 May 2021 15:06:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rIzB_Mwk7_lT; Sat, 15 May 2021 15:06:33 +0200 (CEST) From: Tobias Schramm To: netdev@vger.kernel.org, "David S . Miller" Cc: Johan Jonker , linux-kernel@vger.kernel.org, Tobias Schramm Subject: [PATCH 0/1] Add missing compatible for RK3308 gmac to snps,dwmac.yaml Date: Sat, 15 May 2021 15:07:22 +0200 Message-Id: <20210515130723.2130624-1-t.schramm@manjaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In [1] support for the gmac in the RK3308 was added. Unfortunately the patch missed that the new compatible introduced needs to be documented not only in rockchip-dwmac.yaml but also snps,dwmac.yaml. This patch fixes that by adding the compatible to snps,dwmac.yaml, too. Since the previous series was applied to net-next already I'd suggest applying this patch to net-next, too to fix potential dt check errors. Thanks, Johan for notifying me of this issue. Cheers, Tobias [1] https://lkml.org/lkml/2021/5/14/374 Tobias Schramm (1): dt-bindings: net: dwmac: add compatible for RK3308 gmac Documentation/devicetree/bindings/net/snps,dwmac.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.31.1