Commit bf901e49 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Suzuki K Poulose

dt-bindings: arm: qcom,coresight-tpda: drop redundant type from ports

"in-ports" and "out-ports" are defined by graph schema, so defining its
type is redundant.
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarSuzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20240325104007.30723-1-krzysztof.kozlowski@linaro.org
parent 0bbac3fa
...@@ -66,13 +66,11 @@ properties: ...@@ -66,13 +66,11 @@ properties:
- const: apb_pclk - const: apb_pclk
in-ports: in-ports:
type: object
description: | description: |
Input connections from TPDM to TPDA Input connections from TPDM to TPDA
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
out-ports: out-ports:
type: object
description: | description: |
Output connections from the TPDA to legacy CoreSight trace bus. Output connections from the TPDA to legacy CoreSight trace bus.
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment