-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
794 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: be944d42ccc125f1b200e7a4185af5bb87865190 | ||
refs/heads/master: 4fb0384f3dc68da10cf3f134c45efc6ab14f71df |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>; | ||
}; |
Oops, something went wrong.