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

spi: lpspi: add dmas property

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>

authored by

Peng Fan and committed by
Mark Brown
fba933c2 d9c6a706

+10
+10
Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
··· 39 39 - const: per 40 40 - const: ipg 41 41 42 + dmas: 43 + items: 44 + - description: TX DMA Channel 45 + - description: RX DMA Channel 46 + 47 + dma-names: 48 + items: 49 + - const: tx 50 + - const: rx 51 + 42 52 fsl,spi-only-use-cs1-sel: 43 53 description: 44 54 spi common code does not support use of CS signals discontinuously.