summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/crypto/arm-cryptocell.txt
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: crypto: ccree: add dt bindings for ccree 703Gilad Ben-Yossef2018-12-071-0/+1
| | | | | | | | | Add device tree bindings associating Arm TrustZone CryptoCell 703 with the ccree driver. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* dt-bindings: crypto: ccree: add ccree 713Gilad Ben-Yossef2018-11-091-2/+5
| | | | | | | | | Add device tree bindings associating Arm TrustZone CryptoCell 713 with the ccree driver. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* dt-bindings: remove 'interrupt-parent' from bindingsRob Herring2018-07-251-2/+0Star
| | | | | | | | | | | | 'interrupt-parent' is often documented as part of define bindings, but it is really outside the scope of a device binding. It's never required in a given node as it is often inherited from a parent node. Or it can be implicit if a parent node is an 'interrupt-controller' node. So remove it from all the binding files. Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
* dt-bindings: Add DT bindings for ccree 710 and 630pGilad Ben-Yossef2018-03-021-1/+2
| | | | | | | | | Add device tree bindings for Arm CryptoCell 710 and 630p hardware revisions. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* dt-bindings: add device tree binding for Arm TrustZone CryptoCell crypto engineGilad Ben-Yossef2017-11-291-0/+22
The Arm TrustZone CryptoCell is a hardware security engine. This patch adds DT bindings for its Rich Execution Environment crypto engine. A driver supporting this device is already present in the staging tree. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>