Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305623
b: refs/heads/master
c: 4fb0384
h: refs/heads/master
i:
  305621: 6208c9e
  305619: 4a0c028
  305615: 920d43d
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 13, 2012
1 parent 7760f82 commit c4cf679
Show file tree
Hide file tree
Showing 4 changed files with 794 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: be944d42ccc125f1b200e7a4185af5bb87865190
refs/heads/master: 4fb0384f3dc68da10cf3f134c45efc6ab14f71df
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
NVIDIA Tegra30 I2S controller

Required properties:
- compatible : "nvidia,tegra30-i2s"
- reg : Should contain I2S registers location and length
- nvidia,ahub-cif-ids : The list of AHUB CIF IDs for this port, rx (playback)
first, tx (capture) second. See nvidia,tegra30-ahub.txt for values.

Example:

i2s@70002800 {
compatible = "nvidia,tegra30-i2s";
reg = <0x70080300 0x100>;
nvidia,ahub-cif-ids = <4 4>;
};
Loading

0 comments on commit c4cf679

Please sign in to comment.