Skip to content

Commit

Permalink
dt-bindings: qcom-qce: Add 'iommus' to optional properties
Browse files Browse the repository at this point in the history
Add the missing optional property - 'iommus' to the
device-tree binding documentation for qcom-qce crypto IP.

This property describes the phandle(s) to apps_smmu node with sid mask.

Cc: Bjorn Andersson <andersson@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Tested-by: Jordan Crouse <jorcrous@amazon.com>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Bhupesh Sharma authored and Herbert Xu committed Mar 14, 2023
1 parent 1727c0e commit c168dc4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/devicetree/bindings/crypto/qcom-qce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ properties:
- const: bus
- const: core

iommus:
minItems: 1
maxItems: 8
description:
phandle to apps_smmu node with sid mask.

interconnects:
maxItems: 1
description:
Expand Down Expand Up @@ -72,4 +78,8 @@ examples:
clock-names = "iface", "bus", "core";
dmas = <&cryptobam 2>, <&cryptobam 3>;
dma-names = "rx", "tx";
iommus = <&apps_smmu 0x584 0x0011>,
<&apps_smmu 0x586 0x0011>,
<&apps_smmu 0x594 0x0011>,
<&apps_smmu 0x596 0x0011>;
};

0 comments on commit c168dc4

Please sign in to comment.