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

dt-bindings: crypto: Add optional dma properties

Some platforms, like the v3s, have DMA channels assigned to the crypto
engine, which were in the DTSI but were never documented.

Let's make sure they are.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20211116143255.385480-1-maxime@cerno.tech

+10
+10
Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml
··· 44 44 - const: ahb 45 45 - const: mod 46 46 47 + dmas: 48 + items: 49 + - description: RX DMA Channel 50 + - description: TX DMA Channel 51 + 52 + dma-names: 53 + items: 54 + - const: rx 55 + - const: tx 56 + 47 57 resets: 48 58 maxItems: 1 49 59