diff options
| author | Marek Belisko <marek@goldelico.com> | 2015-05-07 15:29:31 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-05-08 07:04:15 -0400 |
| commit | 40579e0b88580cb8fd53218635ab0afbdb3a4919 (patch) | |
| tree | d7a5833cdf6aa6fe95161acdaaafe93f89a31305 | |
| parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
ASoC: gtm601: Document GTM601 bindings
Add small documentation for GTM601 UMTS modem audio interface.
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/gtm601.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/gtm601.txt b/Documentation/devicetree/bindings/sound/gtm601.txt new file mode 100644 index 000000000000..5efc8c068de0 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/gtm601.txt | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | GTM601 UMTS modem audio interface CODEC | ||
| 2 | |||
| 3 | This device has no configuration interface. Sample rate is fixed - 8kHz. | ||
| 4 | |||
| 5 | Required properties: | ||
| 6 | |||
| 7 | - compatible : "option,gtm601" | ||
| 8 | |||
| 9 | Example: | ||
| 10 | |||
| 11 | codec: gtm601_codec { | ||
| 12 | compatible = "option,gtm601"; | ||
| 13 | }; | ||
