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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58AECC678D6 for ; Mon, 16 Jan 2023 16:50:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233984AbjAPQuI (ORCPT ); Mon, 16 Jan 2023 11:50:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233712AbjAPQtj (ORCPT ); Mon, 16 Jan 2023 11:49:39 -0500 Received: from mail-oa1-f53.google.com (mail-oa1-f53.google.com [209.85.160.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AADAC2A9B9; Mon, 16 Jan 2023 08:36:22 -0800 (PST) Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-1322d768ba7so29331495fac.5; Mon, 16 Jan 2023 08:36:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=uNqcgfsqzvT4hYSE9tmwyaCcZuoHrn7TWnuHqh3zmXw=; b=pYFM0WM0g+OJzPikSaKWVcl8tEttFe97TQKcZja+xJBAW46r1AELH7eod4kVKx9zP4 VBi5sUZfjPbWwdw9tzuIycFfr1YbNceeN5IAZ2TCA6fi4kl718AA+PhSi/G6Cyfi7cb1 aAEedBIM/lqGgKS+Bbt4R7rclnM9G9ugQCvl50nwGy4bcDbIkyXvfLcd7Tl94SxHknra 2E1WxsgsaTM+AOvSTxfZS98PX/z7hb4N1M/s3ztQi8ihka5QM6y6ltWC9Onk/feXjCmA 7u/83rI4RyJceDb3Ph1kO8wg9gT6HPjA06BkCwYEAtYbJEb44Jt06uuBg2mOeBlKwnwL uMwQ== X-Gm-Message-State: AFqh2krJisilrp79oEvQR6SNkGspPlumGdOTIk8pfDkgcuLLeO/7a3Eg L3Rpp4xDYusJHxLCiTgKiQ== X-Google-Smtp-Source: AMrXdXvfezfraQ6Rq29LStDso8y0eL9XBGMaLRCAZ8gl9g52Xip9qYzqJKCjohBq7pOVMFKayI8TyA== X-Received: by 2002:a05:6870:c194:b0:158:7b1d:e9a3 with SMTP id h20-20020a056870c19400b001587b1de9a3mr13040474oad.6.1673886981775; Mon, 16 Jan 2023 08:36:21 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id h24-20020a056870171800b0014f9cc82421sm14778754oae.33.2023.01.16.08.36.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Jan 2023 08:36:21 -0800 (PST) Received: (nullmailer pid 606186 invoked by uid 1000); Mon, 16 Jan 2023 16:36:12 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: =?utf-8?q?Cl=C3=A9ment_L=C3=A9ger?= Cc: Russell King , linux-renesas-soc@vger.kernel.org, "David S. Miller" , =?UTF-8?Q?Miqu=C3=A8l_Raynal?= , Wong Vee Khee , Mohammad Athari Bin Ismail , Tan Tee Min , Rob Herring , Herve Codina , linux-arm-kernel@lists.infradead.org, ", Thomas Petazzoni" , Sergey Shtylyov , Geert Uytterhoeven , Jimmy Lalande , Alexandre Torgue , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Magnus Damm , Giuseppe Cavallaro , Jose Abreu , Jon Hunter , Milan Stevanovic , Eric Dumazet , devicetree@vger.kernel.org, Paolo Abeni , linux-stm32@st-md-mailman.stormreply.com, Jakub Kicinski , Maxime Coquelin , ", Pascal Eberhard" , Kurt Kanzenbach , Revanth Kumar Uppala In-Reply-To: <20230116103926.276869-5-clement.leger@bootlin.com> References: <20230116103926.276869-1-clement.leger@bootlin.com> <20230116103926.276869-5-clement.leger@bootlin.com> Message-Id: <167388663912.594183.16249688377425648606.robh@kernel.org> Subject: Re: [PATCH net-next 4/6] dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support Date: Mon, 16 Jan 2023 10:36:12 -0600 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 16 Jan 2023 11:39:24 +0100, Clément Léger wrote: > Add "renesas,rzn1-gmac" binding documention which is compatible which > "snps,dwmac" compatible driver but uses a custom PCS to communicate > with the phy. > > Signed-off-by: Clément Léger > --- > .../bindings/net/renesas,rzn1-gmac.yaml | 71 +++++++++++++++++++ > 1 file changed, 71 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/renesas,rzn1-gmac.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/renesas,rzn1-gmac.example.dtb: ethernet@44000000: compatible: ['renesas,rzn1-gmac'] does not contain items matching the given schema From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/renesas,rzn1-gmac.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230116103926.276869-5-clement.leger@bootlin.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.