Commit 8559e62c authored by Rob Herring's avatar Rob Herring Committed by Mathieu Poirier

dt-bindings: arm: coresight: Add 'power-domains' property

Coresight components may be in a power domain which is the case for the Arm
Juno board. Allow a single 'power-domains' entry for Coresight components.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20220721212718.1980905-1-robh@kernel.orgSigned-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent b99ee26a
...@@ -61,6 +61,9 @@ properties: ...@@ -61,6 +61,9 @@ properties:
maxItems: 1 maxItems: 1
description: Address translation error interrupt description: Address translation error interrupt
power-domains:
maxItems: 1
in-ports: in-ports:
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
additionalProperties: false additionalProperties: false
......
...@@ -98,6 +98,9 @@ properties: ...@@ -98,6 +98,9 @@ properties:
base cti node if compatible string arm,coresight-cti-v8-arch is used, base cti node if compatible string arm,coresight-cti-v8-arch is used,
or may appear in a trig-conns child node when appropriate. or may appear in a trig-conns child node when appropriate.
power-domains:
maxItems: 1
arm,cti-ctm-id: arm,cti-ctm-id:
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
description: description:
......
...@@ -54,6 +54,9 @@ properties: ...@@ -54,6 +54,9 @@ properties:
- const: apb_pclk - const: apb_pclk
- const: atclk - const: atclk
power-domains:
maxItems: 1
in-ports: in-ports:
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
......
...@@ -54,6 +54,9 @@ properties: ...@@ -54,6 +54,9 @@ properties:
- const: apb_pclk - const: apb_pclk
- const: atclk - const: atclk
power-domains:
maxItems: 1
qcom,replicator-loses-context: qcom,replicator-loses-context:
type: boolean type: boolean
description: description:
......
...@@ -54,6 +54,9 @@ properties: ...@@ -54,6 +54,9 @@ properties:
- const: apb_pclk - const: apb_pclk
- const: atclk - const: atclk
power-domains:
maxItems: 1
in-ports: in-ports:
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
additionalProperties: false additionalProperties: false
......
...@@ -73,6 +73,9 @@ properties: ...@@ -73,6 +73,9 @@ properties:
- const: apb_pclk - const: apb_pclk
- const: atclk - const: atclk
power-domains:
maxItems: 1
arm,coresight-loses-context-with-cpu: arm,coresight-loses-context-with-cpu:
type: boolean type: boolean
description: description:
......
...@@ -27,6 +27,9 @@ properties: ...@@ -27,6 +27,9 @@ properties:
compatible: compatible:
const: arm,coresight-static-funnel const: arm,coresight-static-funnel
power-domains:
maxItems: 1
in-ports: in-ports:
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
......
...@@ -27,6 +27,9 @@ properties: ...@@ -27,6 +27,9 @@ properties:
compatible: compatible:
const: arm,coresight-static-replicator const: arm,coresight-static-replicator
power-domains:
maxItems: 1
in-ports: in-ports:
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
additionalProperties: false additionalProperties: false
......
...@@ -61,6 +61,9 @@ properties: ...@@ -61,6 +61,9 @@ properties:
- const: apb_pclk - const: apb_pclk
- const: atclk - const: atclk
power-domains:
maxItems: 1
out-ports: out-ports:
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
additionalProperties: false additionalProperties: false
......
...@@ -55,6 +55,9 @@ properties: ...@@ -55,6 +55,9 @@ properties:
- const: apb_pclk - const: apb_pclk
- const: atclk - const: atclk
power-domains:
maxItems: 1
arm,buffer-size: arm,buffer-size:
$ref: /schemas/types.yaml#/definitions/uint32 $ref: /schemas/types.yaml#/definitions/uint32
deprecated: true deprecated: true
......
...@@ -54,6 +54,9 @@ properties: ...@@ -54,6 +54,9 @@ properties:
- const: apb_pclk - const: apb_pclk
- const: atclk - const: atclk
power-domains:
maxItems: 1
in-ports: in-ports:
$ref: /schemas/graph.yaml#/properties/ports $ref: /schemas/graph.yaml#/properties/ports
additionalProperties: false additionalProperties: false
......
...@@ -33,6 +33,9 @@ properties: ...@@ -33,6 +33,9 @@ properties:
Handle to the cpu this ETE is bound to. Handle to the cpu this ETE is bound to.
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
power-domains:
maxItems: 1
out-ports: out-ports:
description: | description: |
Output connections from the ETE to legacy CoreSight trace bus. Output connections from the ETE to legacy CoreSight trace bus.
......
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