Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/bindings: crypto: remove the dma-mask property

The dma-mask property is broken and was removed in the device trees
having a safexcel-eip197 node and in the safexcel cryptographic
driver. This patch removes the dma-mask property from the documentation
as well.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Antoine Ténart and committed by
Herbert Xu
6eb8844b a2069aac

-2
-2
Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt
··· 8 8 9 9 Optional properties: 10 10 - clocks: Reference to the crypto engine clock. 11 - - dma-mask: The address mask limitation. Defaults to 64. 12 11 13 12 Example: 14 13 ··· 23 24 interrupt-names = "mem", "ring0", "ring1", "ring2", "ring3", 24 25 "eip"; 25 26 clocks = <&cpm_syscon0 1 26>; 26 - dma-mask = <0xff 0xffffffff>; 27 27 status = "disabled"; 28 28 };