[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220920114051.1116441-3-bhupesh.sharma@linaro.org>
Date: Tue, 20 Sep 2022 17:10:44 +0530
From: Bhupesh Sharma <bhupesh.sharma@...aro.org>
To: linux-crypto@...r.kernel.org, devicetree@...r.kernel.org
Cc: agross@...nel.org, herbert@...dor.apana.org.au,
linux-kernel@...r.kernel.org, robh+dt@...nel.org,
linux-arm-msm@...r.kernel.org, thara.gopinath@...il.com,
robh@...nel.org, krzysztof.kozlowski@...aro.org,
andersson@...nel.org, bhupesh.sharma@...aro.org,
bhupesh.linux@...il.com, davem@...emloft.net,
Jordan Crouse <jorcrous@...zon.com>
Subject: [PATCH v7 2/9] dt-bindings: qcom-qce: Add 'interconnects' and 'interconnect-names'
Add 'interconnects' and 'interconnect-names' as optional properties
to the device-tree binding documentation for Qualcomm crypto IP.
These properties describe the interconnect path between crypto and main
memory and the interconnect type respectively.
Cc: Bjorn Andersson <andersson@...nel.org>
Acked-by: Rob Herring <robh@...nel.org>
Tested-by: Jordan Crouse <jorcrous@...zon.com>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@...aro.org>
---
Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
index 8df47e8513b8..94f96ebc5dac 100644
--- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
+++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
@@ -32,6 +32,14 @@ properties:
- const: bus
- const: core
+ interconnects:
+ maxItems: 1
+ description:
+ Interconnect path between qce crypto and main memory.
+
+ interconnect-names:
+ const: memory
+
dmas:
items:
- description: DMA specifiers for rx dma channel.
--
2.37.1
Powered by blists - more mailing lists