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 7BFBCC433EF for ; Mon, 4 Apr 2022 21:17:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348276AbiDDVTX (ORCPT ); Mon, 4 Apr 2022 17:19:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378965AbiDDQLA (ORCPT ); Mon, 4 Apr 2022 12:11:00 -0400 Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com [209.85.210.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2F79DF52; Mon, 4 Apr 2022 09:09:02 -0700 (PDT) Received: by mail-ot1-f41.google.com with SMTP id x8-20020a9d6288000000b005b22c373759so7539862otk.8; Mon, 04 Apr 2022 09:09:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=cJKsE7JJ9CtwSVyO3do4jJEmXMn0p28LOdCOaIAoMXE=; b=nOw+CJxlMvhPfjyQtCIpHW/XSgAJUvp6RFo2YTOWMFGnZxhs4baTcWsTajFSxjW/HR oyWbmznw3b8c7POgVPUoN+B/PeJ0kKwvaLWgZt2MLMVAjH4VDlSKMsHJRMERppW/deUs 9BKJaS/gyjB3FG29AxEeeuBi78rXxbDUXblxCS0ak4N0yetJ5jyZ0GF9Vwdh0Eg4VOIl 1XAhdHD0IhtVofhyOa2bhTRINV1v//E0szvOtej8S9hX6Z+p0p1q3gvQBYHC1VNqYFRP n/xhfoodkY+G/H/GvC5BhVXTFsLe0A5nmVb45oDCUaQevyI6EwVslK4Sjd8IYRAVm/4f p3Rg== X-Gm-Message-State: AOAM533Dh6QNh1xgEGG4BmKVPuQUe6W//AMcPWZpQpmJoq2BGTwABBA9 jO3ciB8zijGFpp+ILXhJ4Q== X-Google-Smtp-Source: ABdhPJwLfX+tD9cyTfa2GD8KrJbLwA7u4qe+vnD2aFBYxhzwS3ADjJn1XIw9pR+zvQnZxZYH8flVsA== X-Received: by 2002:a05:6830:2010:b0:5b2:38da:6c24 with SMTP id e16-20020a056830201000b005b238da6c24mr93175otp.158.1649088542261; Mon, 04 Apr 2022 09:09:02 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id p22-20020a056870831600b000ccfbea4f23sm4633163oae.33.2022.04.04.09.09.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Apr 2022 09:09:01 -0700 (PDT) Received: (nullmailer pid 1436948 invoked by uid 1000); Mon, 04 Apr 2022 16:08:58 -0000 From: Rob Herring To: Sumit Gupta Cc: devicetree@vger.kernel.org, jonathanh@nvidia.com, ksitaraman@nvidia.com, bbasu@nvidia.com, linux-kernel@vger.kernel.org, treding@nvidia.com, sanjayc@nvidia.com, linux-tegra@vger.kernel.org, linux-pm@vger.kernel.org, robh+dt@kernel.org, viresh.kumar@linaro.org, rafael@kernel.org, krzk+dt@kernel.org In-Reply-To: <20220404121713.22461-2-sumitg@nvidia.com> References: <20220404121713.22461-1-sumitg@nvidia.com> <20220404121713.22461-2-sumitg@nvidia.com> Subject: Re: [Patch v3 1/4] dt-bindings: Document Tegra CCPLEX Cluster Date: Mon, 04 Apr 2022 11:08:58 -0500 Message-Id: <1649088538.036927.1436947.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 04 Apr 2022 17:47:10 +0530, Sumit Gupta wrote: > The Tegra CPU COMPLEX CLUSTER area contains memory-mapped > registers that initiate CPU frequency/voltage transitions. > > Signed-off-by: Sumit Gupta > --- > .../tegra/nvidia,tegra-ccplex-cluster.yaml | 52 +++++++++++++++++++ > 1 file changed, 52 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.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/linux-dt-review/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.example.dt.yaml: example-0: ccplex@e000000:reg:0: [0, 234881024, 0, 393215] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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.