diff options
| author | Stephen Warren <swarren@nvidia.com> | 2012-04-27 15:34:19 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-30 18:47:54 -0400 |
| commit | 6264f668d51647be68bcfde8a56042bd646a7855 (patch) | |
| tree | bcfbc30f0e61280126cfa0b7ec9088d5c17630b0 /Documentation | |
| parent | 3a96c77ef792478f5e372b71403698606973c479 (diff) | |
ASoC: tegra: add device tree support for TrimSlice
This binding doesn't include the nvidia,model or nvidia,audio-routing
properties the other Tegra audio DT bindings have, because this binding
is targetted at a single machine, rather than for any machine using the
tlv320aic23 codec.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/tegra-audio-trimslice.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/tegra-audio-trimslice.txt b/Documentation/devicetree/bindings/sound/tegra-audio-trimslice.txt new file mode 100644 index 000000000000..04b14cfb1f16 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/tegra-audio-trimslice.txt | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | NVIDIA Tegra audio complex for TrimSlice | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible : "nvidia,tegra-audio-trimslice" | ||
| 5 | - nvidia,i2s-controller : The phandle of the Tegra I2S1 controller | ||
| 6 | - nvidia,audio-codec : The phandle of the WM8903 audio codec | ||
| 7 | |||
| 8 | Example: | ||
| 9 | |||
| 10 | sound { | ||
| 11 | compatible = "nvidia,tegra-audio-trimslice"; | ||
| 12 | nvidia,i2s-controller = <&tegra_i2s1>; | ||
| 13 | nvidia,audio-codec = <&codec>; | ||
| 14 | }; | ||
