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 D315DC3A5A7 for ; Tue, 6 Dec 2022 20:30:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229744AbiLFUaz (ORCPT ); Tue, 6 Dec 2022 15:30:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229676AbiLFUax (ORCPT ); Tue, 6 Dec 2022 15:30:53 -0500 Received: from mail-oa1-f51.google.com (mail-oa1-f51.google.com [209.85.160.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B85C440461; Tue, 6 Dec 2022 12:30:28 -0800 (PST) Received: by mail-oa1-f51.google.com with SMTP id 586e51a60fabf-142b72a728fso18831494fac.9; Tue, 06 Dec 2022 12:30:28 -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=RWoCxddXqh1IX9FsZJ6o6oKlCitQnKXv3WnemCjP0PI=; b=mKfexK9DrNhG5CSYVU23KrHmu7v3VNEVSTRsdVEam+aIxtB08E3SUD/AL4AjubFlwH xnNijztnQoCV4W+qfC+YHxXAtCESUSTtRSCwfUr8O4rzRMtMu4AhBvjBIXj7fxGcmtAt qcYznzk/Xux/ZG9wAiAk2De5XBFML/8KEh/Kx1+HUxXeK2t4h+qzk2P/TJQQVbNDd5sg XDBMe7RIXY7rC/eXUASXRKlGNhyGXIRGoSEiet42L5UD6KK2ix2fLWKxvwy+3nLdSLlx gD/OpPVpEhAXg3/oeN9dag9UVBdSRFu4VVUZ1WX0W6AddO6qvVuCT+f79lqoLvAa3P+q 0jZA== X-Gm-Message-State: ANoB5pmWlKUFPubavVuosm6r+8gPy+itI5gFqnuyg8QJWNJeNiW2egNA SyA5g9l42BtlJY9O+kAdCA== X-Google-Smtp-Source: AA0mqf67SZpiv3IMMpKVVOcq9lhgNDxbb2wcJGIkY87fjzHwsm6U8RgSFb21JM+0UtdJK7IulZduaQ== X-Received: by 2002:a05:6870:805:b0:13b:f163:2732 with SMTP id fw5-20020a056870080500b0013bf1632732mr38617871oab.192.1670358627975; Tue, 06 Dec 2022 12:30:27 -0800 (PST) Received: from robh_at_kernel.org ([4.31.143.193]) by smtp.gmail.com with ESMTPSA id cb5-20020a056830618500b0066e820696edsm6798200otb.13.2022.12.06.12.30.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Dec 2022 12:30:27 -0800 (PST) Received: (nullmailer pid 8557 invoked by uid 1000); Tue, 06 Dec 2022 20:30:25 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Abel Vesa Cc: Andy Gross , Mike Turquette , linux-arm-msm@vger.kernel.org, Dmitry Baryshkov , Linux Kernel Mailing List , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , Stephen Boyd , Konrad Dybcio , Bjorn Andersson , Krzysztof Kozlowski In-Reply-To: <20221206125635.952114-2-abel.vesa@linaro.org> References: <20221206125635.952114-1-abel.vesa@linaro.org> <20221206125635.952114-2-abel.vesa@linaro.org> Message-Id: <167035855242.6793.9396626487911124131.robh@kernel.org> Subject: Re: [PATCH v5 1/5] dt-bindings: clock: Add SM8550 TCSR CC clocks Date: Tue, 06 Dec 2022 14:30:25 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Tue, 06 Dec 2022 14:56:31 +0200, Abel Vesa wrote: > Add bindings documentation for clock TCSR driver on SM8550. > > Signed-off-by: Abel Vesa > Reviewed-by: Krzysztof Kozlowski > --- > .../bindings/clock/qcom,sm8550-tcsr.yaml | 53 +++++++++++++++++++ > include/dt-bindings/clock/qcom,sm8550-tcsr.h | 18 +++++++ > 2 files changed, 71 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.yaml > create mode 100644 include/dt-bindings/clock/qcom,sm8550-tcsr.h > 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: Error: Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.example.dts:23.29-30 syntax error FATAL ERROR: Unable to parse input tree make[1]: *** [scripts/Makefile.lib:406: Documentation/devicetree/bindings/clock/qcom,sm8550-tcsr.example.dtb] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1492: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221206125635.952114-2-abel.vesa@linaro.org 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.