staging: ccree: remove interim DT docs

As proper DT bindings doc where submitted and ACKed,
remove the interim one.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Gilad Ben-Yossef 2017-12-03 13:58:17 +00:00 committed by Greg Kroah-Hartman
parent 40def03a52
commit d381f94894
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
Arm TrustZone CryptoCell cryptographic accelerators
Required properties:
- compatible: must be "arm,cryptocell-712-ree".
- reg: shall contain base register location and length.
Typically length is 0x10000.
- interrupts: shall contain the interrupt for the device.
Optional properties:
- interrupt-parent: can designate the interrupt controller the
device interrupt is connected to, if needed.
- clocks: may contain the clock handling the device, if needed.
- power-domains: may contain a reference to the PM domain, if applicable.
Examples:
Zynq FPGA device
----------------
arm_cc7x: arm_cc7x@80000000 {
compatible = "arm,cryptocell-712-ree";
interrupt-parent = <&intc>;
interrupts = < 0 30 4 >;
reg = < 0x80000000 0x10000 >;
};