Skip to content

Commit c20fce4

Browse files
committed
Add DMA support for RZ/T2H RSPI
Merge series from Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>: The DMA controller can be used to transfer data to and from the SPI controller without involving the CPU for each word of a SPI transfer. Add support for DMA mode, and do some other cleanups while touching the same code.
2 parents c736185 + fa08b56 commit c20fce4

2 files changed

Lines changed: 225 additions & 62 deletions

File tree

Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ properties:
5757
- const: presetn
5858
- const: tresetn
5959

60+
dmas:
61+
maxItems: 2
62+
63+
dma-names:
64+
items:
65+
- const: rx
66+
- const: tx
67+
6068
power-domains:
6169
maxItems: 1
6270

0 commit comments

Comments
 (0)