[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170534370911.1098380.1193154530422251358.robh@kernel.org>
Date: Mon, 15 Jan 2024 12:35:10 -0600
From: Rob Herring <robh@...nel.org>
To: Mao Jinlong <quic_jinlmao@...cinc.com>
Cc: Alexandre Torgue <alexandre.torgue@...s.st.com>,
linux-arm-msm@...r.kernel.org, Suzuki K Poulose <suzuki.poulose@....com>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
James Clark <james.clark@....com>, Rob Herring <robh+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Bjorn Andersson <andersson@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
coresight@...ts.linaro.org, linux-stm32@...md-mailman.stormreply.com,
Maxime Coquelin <mcoquelin.stm32@...il.com>, Leo Yan <leo.yan@...aro.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
Mike Leach <mike.leach@...aro.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/2] dt-bindings: arm: Add device-name in the
coresight components
On Mon, 15 Jan 2024 08:42:48 -0800, Mao Jinlong wrote:
> device-name is used to provide a better description of the coresight
> device. It can provide the info like the system or HW it belongs to.
>
> Signed-off-by: Mao Jinlong <quic_jinlmao@...cinc.com>
> ---
> .../devicetree/bindings/arm/arm,coresight-catu.yaml | 5 +++++
> .../devicetree/bindings/arm/arm,coresight-cpu-debug.yaml | 5 +++++
> Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml | 5 +++++
> .../devicetree/bindings/arm/arm,coresight-dummy-sink.yaml | 5 +++++
> .../devicetree/bindings/arm/arm,coresight-dummy-source.yaml | 5 +++++
> .../bindings/arm/arm,coresight-dynamic-funnel.yaml | 5 +++++
> .../bindings/arm/arm,coresight-dynamic-replicator.yaml | 5 +++++
> .../devicetree/bindings/arm/arm,coresight-etb10.yaml | 5 +++++
> Documentation/devicetree/bindings/arm/arm,coresight-etm.yaml | 5 +++++
> .../devicetree/bindings/arm/arm,coresight-static-funnel.yaml | 5 +++++
> .../bindings/arm/arm,coresight-static-replicator.yaml | 5 +++++
> Documentation/devicetree/bindings/arm/arm,coresight-stm.yaml | 5 +++++
> Documentation/devicetree/bindings/arm/arm,coresight-tmc.yaml | 5 +++++
> .../devicetree/bindings/arm/arm,coresight-tpiu.yaml | 5 +++++
> .../devicetree/bindings/arm/qcom,coresight-tpda.yaml | 5 +++++
> .../devicetree/bindings/arm/qcom,coresight-tpdm.yaml | 5 +++++
> 16 files changed, 80 insertions(+)
>
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/dt-review-ci/linux/Documentation/devicetree/bindings/arm/arm,coresight-etm.yaml: device-name: missing type definition
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240115164252.26510-3-quic_jinlmao@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