Skip to content

Commit e18a983

Browse files
ADESTMvinodkoul
authored andcommitted
dt-bindings: dma: stm32-dma3: prevent additional transfers
Some devices require a single transfer. For example, reading FMC ECC status registers does not support multiple transfers. Add the possibility to prevent additional transfers, by setting bit 17 of the 'DMA transfer requirements' bit mask. Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20241016-dma3-mp25-updates-v3-4-8311fe6f228d@foss.st.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent cb467c4 commit e18a983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/dma/stm32/st,stm32-dma3.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ properties:
9999
-bit 16: Prevent packing/unpacking mode
100100
0x0: pack/unpack enabled when source data width/burst != destination data width/burst
101101
0x1: memory data width/burst forced to peripheral data width/burst to prevent pack/unpack
102+
-bit 17: Prevent additional transfers due to linked-list refactoring
103+
0x0: don't prevent additional transfers for optimal performance
104+
0x1: prevent additional transfer to accommodate user constraints such as single transfer
102105
103106
required:
104107
- compatible

0 commit comments

Comments
 (0)