On 8/19/2025 8:32 PM, Rob Herring (Arm) wrote:
On Tue, 19 Aug 2025 03:27:43 -0700, Yuanfang Zhang wrote:
Add device tree binding for Qualcomm Coresight Interconnect Trace Network On Chip (ITNOC). This TNOC acts as a CoreSight graph link that forwards trace data from a subsystem to the Aggregator TNOC, without aggregation or ATID functionality.
Signed-off-by: Yuanfang Zhang yuanfang.zhang@oss.qualcomm.com
.../bindings/arm/qcom,coresight-itnoc.yaml | 96 ++++++++++++++++++++++ 1 file changed, 96 insertions(+)
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250819-itno...
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.
Below is my dtschema and yamllint version, They should already be the latest version. Name: dtschema Version: 2025.8
Name: yamllint Version: 1.37.1
I ran below 'make dt_binding_check', don't get any error/warnings. make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/qcom,coresight-tnoc.yaml