Skip to content

Commit

Permalink
ASoC: tegra: add tegra30-i2s driver
Browse files Browse the repository at this point in the history
This provides an ASoC DAI interface for Tegra 30's I2S controller.

Includes a squashed bugfix from Sumit Bhattacharya <sumitb@nvidia.com>

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 13, 2012
1 parent be944d4 commit 4fb0384
Show file tree
Hide file tree
Showing 3 changed files with 793 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/devicetree/bindings/sound/nvidia,tegra30-i2s.txt
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 4fb0384

Please sign in to comment.