Skip to content

Commit

Permalink
dt-bindings: spi: stm32-qspi: add dma properties
Browse files Browse the repository at this point in the history
This patch adds description of dma properties (optional).

Signed-off-by: Ludovic Barre <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
ludovicbarre authored and broonie committed Jun 28, 2019
1 parent b28944c commit cae86ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/devicetree/bindings/spi/spi-stm32-qspi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ Required properties:
- reg: chip-Select number (QSPI controller may connect 2 flashes)
- spi-max-frequency: max frequency of spi bus

Optional property:
Optional properties:
- spi-rx-bus-width: see ./spi-bus.txt for the description
- dmas: DMA specifiers for tx and rx dma. See the DMA client binding,
Documentation/devicetree/bindings/dma/dma.txt.
- dma-names: DMA request names should include "tx" and "rx" if present.

Example:

Expand Down

0 comments on commit cae86ea

Please sign in to comment.