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 774F1C43334 for ; Fri, 24 Jun 2022 17:27:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231352AbiFXR1U (ORCPT ); Fri, 24 Jun 2022 13:27:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232222AbiFXR06 (ORCPT ); Fri, 24 Jun 2022 13:26:58 -0400 Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A09B11C0E; Fri, 24 Jun 2022 10:26:57 -0700 (PDT) Received: by mail-io1-f45.google.com with SMTP id r133so3399192iod.3; Fri, 24 Jun 2022 10:26:57 -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=BthQGtlJ7YM7FtzqkSGqjkdRPK/OFaiOsx4qPPYSk/U=; b=BjH43I6UV10nFX0KPMbDW8PFwyYWVBlF834czOd6meI88eqRBLf9HISFoe14IE6AHP 1PvjJhZay2yWrug3gLqiJ/pTIZYdPdSPb1d2ADGBkSHyaICXA+3FTGauJn36aOFvPQPk 4K5atd43OYZMRcZ1ZZiwfCxuCNg3SdbhY49ypDsQSwq0oZycbs+NSQ0BkaXbsqA+P5Gi y/PkYf3OIYVbjyQ0gvgeLeSKbqLBDIDk1iXSXe6ixx6TWW/MmZsXj2kK2ORmSaMVg4o+ 50Yr/ULUKjMNzr6hFVQfpPT9Hx1wHRGW+xb3R8xJIXFZlKANjz8iz3CXgy+2IUWLxgoN YWuw== X-Gm-Message-State: AJIora93ESJt/qUg9qqJdcH4kblxHwKOVbe8OuNdn531eY/17X7IJMGL zHMEgvY3qFYNRsnCoaYJ4Q== X-Google-Smtp-Source: AGRyM1ulT+mHDtyp2//nc5gc8V8xa1im5Viun+GPS9iWSdt1sEhL4j3QD+EdD95Dxfkt51QZr3umVA== X-Received: by 2002:a05:6638:22cf:b0:331:a5b9:22f2 with SMTP id j15-20020a05663822cf00b00331a5b922f2mr147245jat.218.1656091617604; Fri, 24 Jun 2022 10:26:57 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id u10-20020a02b1ca000000b00339da678a7csm1297888jah.78.2022.06.24.10.26.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Jun 2022 10:26:57 -0700 (PDT) Received: (nullmailer pid 146348 invoked by uid 1000); Fri, 24 Jun 2022 17:26:34 -0000 From: Rob Herring To: Srinivas Neeli Cc: linux-arm-kernel@lists.infradead.org, shubhraj@xilinx.com, neelisrinivas18@gmail.com, a.zummo@towertech.it, sgoud@xilinx.com, linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, git@xilinx.com, alexandre.belloni@bootlin.com, srinivas.neeli@amd.com, git@amd.com, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, michal.simek@xilinx.com In-Reply-To: <20220624120203.2817457-1-srinivas.neeli@xilinx.com> References: <20220624120203.2817457-1-srinivas.neeli@xilinx.com> Subject: Re: [PATCH V9 1/3] dt-bindings: rtc: zynqmp: Add clock information Date: Fri, 24 Jun 2022 11:26:34 -0600 Message-Id: <1656091594.412994.146347.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On Fri, 24 Jun 2022 17:32:01 +0530, Srinivas Neeli wrote: > Added clock information and deprecated calibration support. > > Signed-off-by: Srinivas Neeli > Reviewed-by: Rob Herring > --- > Changes in V9: > -Updated clock information in clock-names. > Changes in V8: > -None > Changes in V7: > -None > Changes in V6: > -Removed dtc warnings. > Changes in V5: > -Removed quotes and _clk suffix from clocknames. > Changes in V4: > - Deprecated calibrtion support > Changes in V3: > - New patch > --- > .../devicetree/bindings/rtc/xlnx,zynqmp-rtc.yaml | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > 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/rtc/xlnx,zynqmp-rtc.example.dtb: rtc@ffa60000: clock-names:0: 'rtc' was expected From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/rtc/xlnx,zynqmp-rtc.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.