Skip to content

Commit

Permalink
spi: lpspi: add dmas property
Browse files Browse the repository at this point in the history
The LPSPI has dma capability, so add dma property.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220812073452.45763-1-peng.fan@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Peng Fan authored and Mark Brown committed Aug 15, 2022
1 parent d9c6a70 commit fba933c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ properties:
- const: per
- const: ipg

dmas:
items:
- description: TX DMA Channel
- description: RX DMA Channel

dma-names:
items:
- const: tx
- const: rx

fsl,spi-only-use-cs1-sel:
description:
spi common code does not support use of CS signals discontinuously.
Expand Down

0 comments on commit fba933c

Please sign in to comment.