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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 952CBC07E9B for ; Tue, 20 Jul 2021 13:13:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7969D610D2 for ; Tue, 20 Jul 2021 13:13:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236671AbhGTMcV (ORCPT ); Tue, 20 Jul 2021 08:32:21 -0400 Received: from mail-io1-f49.google.com ([209.85.166.49]:46046 "EHLO mail-io1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232375AbhGTMbc (ORCPT ); Tue, 20 Jul 2021 08:31:32 -0400 Received: by mail-io1-f49.google.com with SMTP id z17so17256156iog.12; Tue, 20 Jul 2021 06:12:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=abnffZ4MtGwQDAxtUagurofgQJnEps8wWqmtotQHpvs=; b=fa7LAoKIML1VN/kQnUU+Nw8tlF6JMazIz/qcgY06QVzyFZ6O7AzEKrfpn5RnTJwVJD 8IceekUVCVdLAwNn89ELuGRFIYOP5dOnRUqr4HcxBLuaGxtp8TEQmAOb4skJYtnBEscX 4I62F6NIU2jiQgwkKUd4VALWMibd+hMxm18fgt7I8MDYd0BAOvqYD+MxtwLNZq7HvKcm L/vQ462FkArCyHtF5gOnA2t0Qwl4twHYkwLkr7xmhqbTpFpf7NP/dfcvUHlswoTr/JTg p2JX+lph2/LFXLRIf+CHXHSRy1PRIhAbWU3XLbFh8SKveoBnSti/S4RYCdTMcVjnWeKh RTHA== X-Gm-Message-State: AOAM531iXs/bxNnMJ4TdCjHMCwgWllUXpukYVYcW3pS+2prNQZXNWBi8 fgE13e2K8dHUe0t6JyEsbw== X-Google-Smtp-Source: ABdhPJyKoIf00du5/ZAkd1mRiGtw0/iyDLxUKFdDVMCyrHFwePjpZT3XzrY/eI4EnXfeG3vsDsFrug== X-Received: by 2002:a05:6602:1814:: with SMTP id t20mr18779191ioh.204.1626786729379; Tue, 20 Jul 2021 06:12:09 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id r4sm11231806ilb.42.2021.07.20.06.12.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 06:12:08 -0700 (PDT) Received: (nullmailer pid 4121606 invoked by uid 1000); Tue, 20 Jul 2021 13:11:58 -0000 From: Rob Herring To: Mauro Carvalho Chehab Cc: Kishon Vijay Abraham I , linuxarm@huawei.com, mauro.chehab@huawei.com, Rob Herring , Vinod Koul , devicetree@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, Bjorn Helgaas In-Reply-To: <04943d3dff73e2fd5c9336540cb31d70ccf7b9cf.1626768323.git.mchehab+huawei@kernel.org> References: <04943d3dff73e2fd5c9336540cb31d70ccf7b9cf.1626768323.git.mchehab+huawei@kernel.org> Subject: Re: [PATCH v6 5/9] dt-bindings: phy: Add bindings for HiKey 970 PCIe PHY Date: Tue, 20 Jul 2021 07:11:58 -0600 Message-Id: <1626786718.742548.4121605.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 20 Jul 2021 10:09:07 +0200, Mauro Carvalho Chehab wrote: > Document the bindings for HiKey 970 (hi3670) PCIe PHY > interface, supported via the pcie-kirin driver. > > Signed-off-by: Mauro Carvalho Chehab > --- > .../phy/hisilicon,phy-hi3670-pcie.yaml | 98 +++++++++++++++++++ > 1 file changed, 98 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/hisilicon,phy-hi3670-pcie.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/phy/hisilicon,phy-hi3670-pcie.example.dt.yaml: pcie-phy@fc000000: 'reg-names' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/phy/hisilicon,phy-hi3670-pcie.yaml \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1507427 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.