Re: [PATCH v2 2/2] dt-bindings: arm: Add device-name in the coresight components

From: Rob Herring
Date: Mon Jan 15 2024 - 13:35:22 EST



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@xxxxxxxxxxx>
> ---
> .../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@xxxxxxxxxxx

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.