Skip to content

Commit e8cfa38

Browse files
Radhey Shyam Pandeyvinodkoul
authored andcommitted
dt-bindings: dmaengine: xilinx_dma: Add xlnx,irq-delay property
Add an optional AXI DMA property 'xlnx,irq-delay'. It specifies interrupt timeout value and causes the DMA engine to generate an interrupt after the delay time period has expired. Timer begins counting at the end of a packet and resets with receipt of a new packet or a timeout event occurs. This property is useful when AXI DMA is connected to the streaming IP i.e axiethernet where inter packet latency is critical while still taking the benefit of interrupt coalescing. Signed-off-by: Radhey Shyam Pandey <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 94afcfb commit e8cfa38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Optional properties for AXI DMA and MCDMA:
5252

5353
Optional properties for AXI DMA:
5454
- xlnx,axistream-connected: Tells whether DMA is connected to AXI stream IP.
55-
55+
- xlnx,irq-delay: Tells the interrupt delay timeout value. Valid range is from
56+
0-255. Setting this value to zero disables the delay timer interrupt.
57+
1 timeout interval = 125 * clock period of SG clock.
5658
Optional properties for VDMA:
5759
- xlnx,flush-fsync: Tells which channel to Flush on Frame sync.
5860
It takes following values:

0 commit comments

Comments
 (0)