[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d2ecff94-e608-fcca-f82c-e8e488f4288d@quicinc.com>
Date: Fri, 17 Mar 2023 16:19:30 +0800
From: Hao Zhang <quic_hazha@...cinc.com>
To: Rob Herring <robh@...nel.org>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Suzuki K Poulose <suzuki.poulose@....com>,
<linux-kernel@...r.kernel.org>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Leo Yan <leo.yan@...aro.org>, <linux-doc@...r.kernel.org>,
Tao Zhang <quic_taozha@...cinc.com>,
"Palmer Dabbelt" <palmer@...belt.com>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-arm-msm@...r.kernel.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
Yuanfang Zhang <quic_yuanfang@...cinc.com>,
Andy Gross <agross@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Konrad Dybcio <konradybcio@...il.com>,
Bjorn Andersson <andersson@...nel.org>,
<coresight@...ts.linaro.org>,
"Trilok Soni" <quic_tsoni@...cinc.com>,
Mike Leach <mike.leach@...aro.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@...aro.org>,
Tingwei Zhang <quic_tingweiz@...cinc.com>,
Jonathan Corbet <corbet@....net>, <devicetree@...r.kernel.org>,
Jinlong Mao <quic_jinlmao@...cinc.com>,
"Albert Ou" <aou@...s.berkeley.edu>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Subject: Re: [PATCH v1 2/3] dt-bindings: arm: Add Coresight Dummy Trace YAML
schema
On 3/16/2023 9:53 PM, Rob Herring wrote:
>
> On Thu, 16 Mar 2023 11:20:04 +0800, Hao Zhang wrote:
>> Add new coresight-dummy.yaml file describing the bindings required
>> to define coresight dummy trace in the device trees.
>>
>> Signed-off-by: Hao Zhang <quic_hazha@...cinc.com>
>> ---
>> .../bindings/arm/qcom,coresight-dummy.yaml | 129 ++++++++++++++++++
>> 1 file changed, 129 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/arm/qcom,coresight-dummy.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:
> ./Documentation/devicetree/bindings/arm/qcom,coresight-dummy.yaml:91:5: [warning] wrong indentation: expected 6 but found 4 (indentation)
>
> dtschema/dtc warnings/errors:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/arm/qcom,coresight-dummy.yaml: required:4: {'oneOf': ['qcom,dummy-sink', 'qcom,dummy-source']} is not of type 'string'
> from schema $id: http://json-schema.org/draft-07/schema#
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/arm/qcom,coresight-dummy.yaml: ignoring, error in schema: required: 4
> Documentation/devicetree/bindings/arm/qcom,coresight-dummy.example.dtb: /example-0/dummy_sink: failed to match any schema with compatible: ['qcom,dummy']
> Documentation/devicetree/bindings/arm/qcom,coresight-dummy.example.dtb: /example-1/dummy_source: failed to match any schema with compatible: ['qcom,dummy']
>
> doc reference errors (make refcheckdocs):
>
> See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230316032005.6509-3-quic_hazha@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.
>
Hi Rob,
Thanks for your check.
I have checked it and didn't see the above errors, will follow your
steps and change this in the next version of patch.
Thanks,
Hao
Powered by blists - more mailing lists