summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/gtm601.txt
diff options
context:
space:
mode:
authorMarek Belisko2015-05-07 21:29:31 +0200
committerMark Brown2015-05-08 13:04:15 +0200
commit40579e0b88580cb8fd53218635ab0afbdb3a4919 (patch)
treed7a5833cdf6aa6fe95161acdaaafe93f89a31305 /Documentation/devicetree/bindings/sound/gtm601.txt
parentLinux 4.1-rc1 (diff)
downloadkernel-qcow2-linux-40579e0b88580cb8fd53218635ab0afbdb3a4919.tar.gz
kernel-qcow2-linux-40579e0b88580cb8fd53218635ab0afbdb3a4919.tar.xz
kernel-qcow2-linux-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/devicetree/bindings/sound/gtm601.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/gtm601.txt13
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";
+};