Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138507
b: refs/heads/master
c: 0bcd783
h: refs/heads/master
i:
  138505: c830cb6
  138503: f4dd45b
v: v3
  • Loading branch information
Timur Tabi authored and Kumar Gala committed Mar 9, 2009
1 parent b0ee516 commit 7a3bc1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3071951d0acd33b5c3f820fb5eaa3a9c2a8f212
refs/heads/master: 0bcd783c1f0396b68410fdb41fbe196fbc1947af
2 changes: 2 additions & 0 deletions trunk/Documentation/powerpc/dts-bindings/fsl/ssi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Required properties:
- fsl,capture-dma: phandle to a node for the DMA channel to use for
capture (recording) of audio. This is typically dictated
by SOC design. See the notes below.
- fsl,fifo-depth: the number of elements in the transmit and receive FIFOs.
This number is the maximum allowed value for SFCSR[TFWM0].

Optional properties:
- codec-handle : phandle to a 'codec' node that defines an audio
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8610_hpcd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
codec-handle = <&cs4270>;
fsl,playback-dma = <&dma00>;
fsl,capture-dma = <&dma01>;
fsl,fifo-depth = <8>;
};

ssi@16100 {
Expand All @@ -225,6 +226,7 @@
reg = <0x16100 0x100>;
interrupt-parent = <&mpic>;
interrupts = <63 2>;
fsl,fifo-depth = <8>;
};

dma@21300 {
Expand Down

0 comments on commit 7a3bc1b

Please sign in to comment.