Skip to content

Commit 2ffb850

Browse files
author
Vinod Koul
committed
Merge branch 'topic/stm' into for-linus
2 parents 3a7b854 + 9df3bd5 commit 2ffb850

File tree

2 files changed

+243
-50
lines changed

2 files changed

+243
-50
lines changed

Documentation/devicetree/bindings/dma/stm32-dma.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ channel: a phandle to the DMA controller plus the following four integer cells:
6262
0x1: medium
6363
0x2: high
6464
0x3: very high
65-
4. A 32bit mask specifying the DMA FIFO threshold configuration which are device
66-
dependent:
67-
-bit 0-1: Fifo threshold
65+
4. A 32bit bitfield value specifying DMA features which are device dependent:
66+
-bit 0-1: DMA FIFO threshold selection
6867
0x0: 1/4 full FIFO
6968
0x1: 1/2 full FIFO
7069
0x2: 3/4 full FIFO
7170
0x3: full FIFO
7271

72+
7373
Example:
7474

7575
usart1: serial@40011000 {

0 commit comments

Comments
 (0)