Commit 2ffb850e authored by Vinod Koul's avatar Vinod Koul

Merge branch 'topic/stm' into for-linus

parents 3a7b854d 9df3bd55
...@@ -62,14 +62,14 @@ channel: a phandle to the DMA controller plus the following four integer cells: ...@@ -62,14 +62,14 @@ channel: a phandle to the DMA controller plus the following four integer cells:
0x1: medium 0x1: medium
0x2: high 0x2: high
0x3: very high 0x3: very high
4. A 32bit mask specifying the DMA FIFO threshold configuration which are device 4. A 32bit bitfield value specifying DMA features which are device dependent:
dependent: -bit 0-1: DMA FIFO threshold selection
-bit 0-1: Fifo threshold
0x0: 1/4 full FIFO 0x0: 1/4 full FIFO
0x1: 1/2 full FIFO 0x1: 1/2 full FIFO
0x2: 3/4 full FIFO 0x2: 3/4 full FIFO
0x3: full FIFO 0x3: full FIFO
Example: Example:
usart1: serial@40011000 { usart1: serial@40011000 {
......
This diff is collapsed.
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