Skip to content

Commit 6eb8844

Browse files
atenartherbertx
authored andcommitted
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 <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent a2069aa commit 6eb8844

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Documentation/devicetree/bindings/crypto/inside-secure-safexcel.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Required properties:
88

99
Optional properties:
1010
- clocks: Reference to the crypto engine clock.
11-
- dma-mask: The address mask limitation. Defaults to 64.
1211

1312
Example:
1413

@@ -24,6 +23,5 @@ Example:
2423
interrupt-names = "mem", "ring0", "ring1", "ring2", "ring3",
2524
"eip";
2625
clocks = <&cpm_syscon0 1 26>;
27-
dma-mask = <0xff 0xffffffff>;
2826
status = "disabled";
2927
};

0 commit comments

Comments
 (0)