[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174431004412.707497.3810714931359613741.robh@kernel.org>
Date: Thu, 10 Apr 2025 13:34:04 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Praveen Talari <quic_ptalari@...cinc.com>
Cc: Bjorn Andersson <andersson@...nel.org>, linux-arm-msm@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>, "Rafael J. Wysocki" <rafael@...nel.org>,
Nikunj Kela <quic_nkela@...cinc.com>, Conor Dooley <conor+dt@...nel.org>,
quic_mnaresh@...cinc.com, Nishanth Menon <nm@...com>,
quic_arandive@...cinc.com, linux-pm@...r.kernel.org,
quic_msavaliy@...cinc.com, linux-serial@...r.kernel.org,
Stephen Boyd <sboyd@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
psodagud@...cinc.com, Konrad Dybcio <konradybcio@...nel.org>,
quic_vtanuku@...cinc.com, quic_shazhuss@...cinc.com, djaggi@...cinc.com,
Viresh Kumar <vireshk@...nel.org>
Subject: Re: [PATCH v1 3/9] dt-bindings: qcom: geni-se: describe SA8255p
On Thu, 10 Apr 2025 23:10:04 +0530, Praveen Talari wrote:
> From: Nikunj Kela <quic_nkela@...cinc.com>
>
> SA8255p platform abstracts resources such as clocks, interconnect
> configuration in Firmware.
>
> Add DT bindings for the QUP Wrapper on sa8255p platform.
>
> Co-developed-by: Praveen Talari <quic_ptalari@...cinc.com>
> Signed-off-by: Praveen Talari <quic_ptalari@...cinc.com>
> Signed-off-by: Nikunj Kela <quic_nkela@...cinc.com>
> ---
> .../soc/qcom/qcom,sa8255p-geni-se-qup.yaml | 100 ++++++++++++++++++
> 1 file changed, 100 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,sa8255p-geni-se-qup.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/soc/qcom/qcom,sa8255p-geni-se-qup.yaml:13:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/soc/qcom/qcom,sa8255p-geni-se-qup.example.dts:31.13-20: Warning (ranges_format): /example-0/geniqup@...000:ranges: empty "ranges" property but its #address-cells (2) differs from /example-0 (1)
Documentation/devicetree/bindings/soc/qcom/qcom,sa8255p-geni-se-qup.example.dts:31.13-20: Warning (ranges_format): /example-0/geniqup@...000:ranges: empty "ranges" property but its #size-cells (2) differs from /example-0 (1)
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/soc/qcom/qcom,sa8255p-geni-se-qup.example.dtb: geniqup@...000 (qcom,sa8255p-geni-se-qup): reg: [[0, 10223616], [0, 24576]] is too long
from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,sa8255p-geni-se-qup.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250410174010.31588-4-quic_ptalari@quicinc.com
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.
Powered by blists - more mailing lists