diff options
author | Rob Herring <[email protected]> | 2022-07-21 15:27:15 -0600 |
---|---|---|
committer | Mathieu Poirier <[email protected]> | 2022-08-25 10:30:17 -0600 |
commit | 84fa8f159022aab8e93667b56672238b10cdbb9b (patch) | |
tree | 1687f9e6a35877415d7343674dcff8541d9f88f6 | |
parent | 8559e62ccb4b0b77eb33496d9984ce05f0b756bb (diff) |
dt-bindings: arm: coresight-tmc: Add 'iommu' property
The Coresight TMC component may be behind an IOMMU which is the case for
the Arm Juno SoC and some Qualcomm SoCs. Add 'iommus' property to the
binding.
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mathieu Poirier <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/arm,coresight-tmc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm,coresight-tmc.yaml b/Documentation/devicetree/bindings/arm/arm,coresight-tmc.yaml index e0b88a71356a..cb8dceaca70e 100644 --- a/Documentation/devicetree/bindings/arm/arm,coresight-tmc.yaml +++ b/Documentation/devicetree/bindings/arm/arm,coresight-tmc.yaml @@ -55,6 +55,9 @@ properties: - const: apb_pclk - const: atclk + iommus: + maxItems: 1 + power-domains: maxItems: 1 |