[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1654866755.742985.1529401.nullmailer@robh.at.kernel.org>
Date: Fri, 10 Jun 2022 07:12:35 -0600
From: Rob Herring <robh@...nel.org>
To: Mao Jinlong <quic_jinlmao@...cinc.com>
Cc: linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Tao Zhang <quic_taozha@...cinc.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Hao Zhang <quic_hazha@...cinc.com>,
Mike Leach <mike.leach@...aro.org>,
Tingwei Zhang <quic_tingweiz@...cinc.com>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Trilok Soni <quic_tsoni@...cinc.com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
coresight@...ts.linaro.org, Konrad Dybcio <konradybcio@...il.com>,
Yuanfang Zhang <quic_yuanfang@...cinc.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Suzuki K Poulose <suzuki.poulose@....com>,
Leo Yan <leo.yan@...aro.org>
Subject: Re: [PATCH v9 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions
On Fri, 10 Jun 2022 11:21:37 +0800, Mao Jinlong wrote:
> Adds new coresight-tpdm.yaml file describing the bindings required
> to define tpdm in the device trees.
>
> Acked-by: Suzuki K Poulose <suzuki.poulose@....com>
> Reviewed-by: Mike Leach <mike.leach@...aro.org>
> Signed-off-by: Tao Zhang <quic_taozha@...cinc.com>
> Signed-off-by: Mao Jinlong <quic_jinlmao@...cinc.com>
> ---
> .../bindings/arm/qcom,coresight-tpdm.yaml | 92 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 93 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.yaml
>
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/linux-dt-review/Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.example.dtb: tpdm@...c000: reg: [[0, 109363200], [0, 4096]] is too long
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.yaml
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/
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