diff options
author | Marek Belisko <marek@goldelico.com> | 2015-05-07 21:29:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-08 12:04:15 +0100 |
commit | 40579e0b88580cb8fd53218635ab0afbdb3a4919 (patch) | |
tree | d7a5833cdf6aa6fe95161acdaaafe93f89a31305 /Documentation | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | linux-stable-40579e0b88580cb8fd53218635ab0afbdb3a4919.tar.gz linux-stable-40579e0b88580cb8fd53218635ab0afbdb3a4919.tar.bz2 linux-stable-40579e0b88580cb8fd53218635ab0afbdb3a4919.zip |
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>
Diffstat (limited to 'Documentation')
-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 @@ +GTM601 UMTS modem audio interface CODEC + +This device has no configuration interface. Sample rate is fixed - 8kHz. + +Required properties: + + - compatible : "option,gtm601" + +Example: + +codec: gtm601_codec { + compatible = "option,gtm601"; +}; |