Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358460
b: refs/heads/master
c: deef124
h: refs/heads/master
v: v3
  • Loading branch information
Matt Porter authored and Vinod Koul committed Jan 7, 2013
1 parent 4fd9124 commit 58189c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4c26bc601d20fa67eefcb27477feda130c10790e
refs/heads/master: deef12443785add808af39ff7f836b54bc5c4253
14 changes: 7 additions & 7 deletions trunk/Documentation/devicetree/bindings/dma/dma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ Required property:
more details.

Optional properties:
- #dma-channels: Number of DMA channels supported by the controller.
- #dma-requests: Number of DMA requests signals supported by the
- dma-channels: Number of DMA channels supported by the controller.
- dma-requests: Number of DMA requests signals supported by the
controller.

Example:

dma: dma@48000000 {
compatible = "ti,omap-sdma"
compatible = "ti,omap-sdma";
reg = <0x48000000 0x1000>;
interrupts = <0 12 0x4
0 13 0x4
0 14 0x4
0 15 0x4>;
#dma-cells = <1>;
#dma-channels = <32>;
#dma-requests = <127>;
dma-channels = <32>;
dma-requests = <127>;
};


Expand Down Expand Up @@ -61,7 +61,7 @@ Examples:
...
dmas = <&dma 2 /* read channel */
&dma 3>; /* write channel */
dma-names = "rx", "tx"
dma-names = "rx", "tx";
...
};

Expand All @@ -70,7 +70,7 @@ Examples:
dmas = <&dma1 5
&dma2 7
&dma3 2>;
dma-names = "rx-tx", "rx-tx", "rx-tx"
dma-names = "rx-tx", "rx-tx", "rx-tx";

3. A device with three channels, one of which has two alternatives:

Expand Down

0 comments on commit 58189c7

Please sign in to comment.