@@ -1,25 +0,0 @@-Arm TrustZone CryptoCell cryptographic engine--Required properties:-- compatible: Should be one of -- "arm,cryptocell-713-ree"- "arm,cryptocell-703-ree"- "arm,cryptocell-712-ree"- "arm,cryptocell-710-ree"- "arm,cryptocell-630p-ree"-- reg: Base physical address of the engine and length of memory mapped region.-- interrupts: Interrupt number for the device.--Optional properties:-- clocks: Reference to the crypto engine clock.-- dma-coherent: Present if dma operations are coherent.--Examples:-- arm_cc712: crypto@80000000 {- compatible = "arm,cryptocell-712-ree";- interrupt-parent = <&intc>;- interrupts = < 0 30 4 >;- reg = < 0x80000000 0x10000 >;-- };
I am fine with the change as a whole except this line:
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
Please keep it as as the rest of the ccree driver:
# SPDX-License-Identifier: GPL-2.0
This is not because I care about the difference so much but because
otherwise I need to authorize the change with my employer legal
department.
Thanks,
Gilad
--
Gilad Ben-Yossef
Chief Coffee Drinker
values of β will give rise to dom!
From: Rob Herring <robh@kernel.org> Date: 2021-06-24 21:13:57
On Fri, 11 Jun 2021 14:20:17 +0200, Geert Uytterhoeven wrote:
Convert the Arm TrustZone CryptoCell cryptographic engine Device Tree
binding documentation to json-schema.
Document missing properties.
Update the example to match reality.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
.../bindings/crypto/arm,cryptocell.yaml | 53 +++++++++++++++++++
.../bindings/crypto/arm-cryptocell.txt | 25 ---------
2 files changed, 53 insertions(+), 25 deletions(-)
create mode 100644 Documentation/devicetree/bindings/crypto/arm,cryptocell.yaml
delete mode 100644 Documentation/devicetree/bindings/crypto/arm-cryptocell.txt
I'm applying this version which is dual licensed as that is the
preference of my employeer, Arm, who is the copyright holder here. I'll
sort this out internally with Gilad.
Besides, for the bulk of the new file Geert is the copyright holder.
Rob
Hi,
On Fri, Jun 25, 2021 at 12:13 AM Rob Herring [off-list ref] wrote:
On Fri, 11 Jun 2021 14:20:17 +0200, Geert Uytterhoeven wrote:
quoted
Convert the Arm TrustZone CryptoCell cryptographic engine Device Tree
binding documentation to json-schema.
Document missing properties.
Update the example to match reality.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
.../bindings/crypto/arm,cryptocell.yaml | 53 +++++++++++++++++++
.../bindings/crypto/arm-cryptocell.txt | 25 ---------
2 files changed, 53 insertions(+), 25 deletions(-)
create mode 100644 Documentation/devicetree/bindings/crypto/arm,cryptocell.yaml
delete mode 100644 Documentation/devicetree/bindings/crypto/arm-cryptocell.txt
I'm applying this version which is dual licensed as that is the
preference of my employeer, Arm, who is the copyright holder here. I'll
sort this out internally with Gilad.
If it's fine with you, Rob, it's fine with me.
I'll sort out the procedure internally. Sorry for the previous noise.
For what it's worth:
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Gilad
--
Gilad Ben-Yossef
Chief Coffee Drinker
values of β will give rise to dom!