Commit ee09bb72 authored by Tudor Ambarus's avatar Tudor Ambarus Committed by Mark Brown

spi: dt-bindings: samsung: make dma properties not required

Since the addition of the driver in 2009, the driver selects between DMA
and polling mode depending on the transfer length - DMA mode for
transfers bigger than the FIFO depth, polling mode otherwise. All
versions of the IP support polling mode, make the dma properties not
required.
Signed-off-by: default avatarTudor Ambarus <tudor.ambarus@linaro.org>
Link: https://msgid.link/r/20240301115546.2266676-1-tudor.ambarus@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent bc9c0a99
......@@ -76,8 +76,6 @@ required:
- compatible
- clocks
- clock-names
- dmas
- dma-names
- interrupts
- reg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment