[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1631908134.308709.2025327.nullmailer@robh.at.kernel.org>
Date: Fri, 17 Sep 2021 14:48:54 -0500
From: Rob Herring <robh@...nel.org>
To: Rajesh Patil <rajpat@...eaurora.org>
Cc: msavaliy@....qualcomm.com, dianders@...omium.org,
skakit@...eaurora.org, linux-arm-msm@...r.kernel.org,
sboyd@...nel.org, Andy Gross <agross@...nel.org>,
devicetree@...r.kernel.org, saiprakash.ranjan@...eaurora.org,
mka@...omium.org, Rob Herring <robh+dt@...nel.org>,
rnayak@...eaurora.org,
Bjorn Andersson <bjorn.andersson@...aro.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V8 1/8] dt-bindings: spi: Add sc7280 support
On Fri, 17 Sep 2021 15:18:00 +0530, Rajesh Patil wrote:
> Add compatible for sc7280 SoC.
>
> Signed-off-by: Rajesh Patil <rajpat@...eaurora.org>
> ---
> Changes in V8:
> - As per Doug's comments, added "qcom,sc7280-qspi" compatible
>
> Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 5 ++++-
> 1 file changed, 4 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:
./Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/1529304
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.
Powered by blists - more mailing lists