IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / crypto / fsl-imx-sahara.txt
blob5c65eccd0e56b3a58b611bac9da4b6f9f40a52d8
1 Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
2 Currently only i.MX27 is supported.
4 Required properties:
5 - compatible : Should be "fsl,<soc>-sahara"
6 - reg : Should contain SAHARA registers location and length
7 - interrupts : Should contain SAHARA interrupt number
9 Example:
11 sah@10025000 {
12         compatible = "fsl,imx27-sahara";
13         reg = < 0x10025000 0x800>;
14         interrupts = <75>;