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 0BFB7C28D13 for ; Mon, 22 Aug 2022 19:40:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238768AbiHVTks (ORCPT ); Mon, 22 Aug 2022 15:40:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238111AbiHVTkq (ORCPT ); Mon, 22 Aug 2022 15:40:46 -0400 Received: from mail-ot1-f43.google.com (mail-ot1-f43.google.com [209.85.210.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 501CE48CAD; Mon, 22 Aug 2022 12:40:45 -0700 (PDT) Received: by mail-ot1-f43.google.com with SMTP id 53-20020a9d0838000000b006371d896343so8387716oty.10; Mon, 22 Aug 2022 12:40:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc; bh=ZD+9Y+YHgSc74uZmGcIl7GpjcDtMGqKPBLpD0+ZP414=; b=Iu6N2u/4t3NtBQcNWiFNa9FQpvqhE0Am4wWqtLhAsA8NEbp8oSztuiQD+qZd2TPZES 4MRJ3YlC7VbFS5n9fwNv4iCWyljXMZQEewuDOMZsYowIVlAxXIT6u/fPMDhqnlxhQVKr xhPxCFaJVfja4K+qbJobF+u9s8m5L5JiTVHZKdDl7M1lG9pUxlm5h/uksPdu3c7VY+LW jBLYlSWnGK3zbnwCjE+LK2/wpzybgl78l9kFyj0bPLoLCENoQ8rbSZ+lRvzWuVnoKh0R 573AzjDJEJ+ZIWpGALIN2UkaRd9RSS9i9s8IvfOzqMy0QuUhpimPrvYnHvOmNlV3piWD PMEg== X-Gm-Message-State: ACgBeo3UW5gEI/SSgrNgE4nkS/3SdweMyTrX3CylKKJ0GvUNwmqvyrJC cb6LnzXuxGDBdXgmy3Iqgw== X-Google-Smtp-Source: AA6agR5d+cG/pMsqLg7MLuteBtnn/svk7s7yyhuSdlYHrm/7zVl0NJnmkHkqF1iNOCpu0ncOlHcOOQ== X-Received: by 2002:a05:6830:6505:b0:638:94e4:f0c9 with SMTP id cm5-20020a056830650500b0063894e4f0c9mr8355925otb.270.1661197244562; Mon, 22 Aug 2022 12:40:44 -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 s63-20020aca4542000000b00342df642fd3sm2735031oia.48.2022.08.22.12.40.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Aug 2022 12:40:43 -0700 (PDT) Received: (nullmailer pid 413610 invoked by uid 1000); Mon, 22 Aug 2022 19:40:42 -0000 From: Rob Herring To: Conor Dooley Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Turquette , linux-riscv@lists.infradead.org, Palmer Dabbelt , Stephen Boyd , Albert Ou , Rob Herring , Hugh Breslin , Krzysztof Kozlowski , Paul Walmsley , linux-clk@vger.kernel.org, Daire McNamara In-Reply-To: <20220822112928.2727437-3-conor.dooley@microchip.com> References: <20220822112928.2727437-1-conor.dooley@microchip.com> <20220822112928.2727437-3-conor.dooley@microchip.com> Subject: Re: [PATCH v2 2/6] dt-bindings: clk: document PolarFire SoC fabric clocks Date: Mon, 22 Aug 2022 14:40:42 -0500 Message-Id: <1661197242.557172.413609.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 Aug 2022 12:29:25 +0100, Conor Dooley wrote: > On PolarFire SoC there are 4 PLL/DLL blocks, located in each of the > ordinal corners of the chip, which our documentation refers to as > "Clock Conditioning Circuitry". PolarFire SoC is an FPGA, these are > highly configurable & many of the input clocks are optional. > > Signed-off-by: Conor Dooley > --- > .../bindings/clock/microchip,mpfs-ccc.yaml | 81 +++++++++++++++++++ > 1 file changed, 81 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.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/clock/microchip,mpfs-ccc.example.dtb: clock-controller@38100000: 'clock-output-names' is a required property From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/clock/microchip,mpfs-ccc.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.