From: Marek Belisko Date: Thu, 7 May 2015 19:29:31 +0000 (+0200) Subject: ASoC: gtm601: Document GTM601 bindings X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=40579e0b88580cb8fd53218635ab0afbdb3a4919;p=deliverable%2Flinux.git ASoC: gtm601: Document GTM601 bindings Add small documentation for GTM601 UMTS modem audio interface. Signed-off-by: Marek Belisko Signed-off-by: Mark Brown --- 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"; +};