Message ID | 1431026971-17452-1-git-send-email-marek@goldelico.com |
---|---|
State | Accepted, archived |
Commit | 40579e0b88580cb8fd53218635ab0afbdb3a4919 |
Headers | show |
On Thu, May 07, 2015 at 09:29:31PM +0200, Marek Belisko wrote:
> Add small documentation for GTM601 UMTS modem audio interface.
Applied, thanks.
diff --git a/Documentation/devicetree/bindings/sound/gtm601.txt b/Documentation/devicetree/bindings/sound/gtm601.txt new file mode 100644 index 0000000..5efc8c0 --- /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"; +};
Add small documentation for GTM601 UMTS modem audio interface. Signed-off-by: Marek Belisko <marek@goldelico.com> --- This one was corrupted in V2 series so sending update only. Documentation/devicetree/bindings/sound/gtm601.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/gtm601.txt