diff mbox

[V2,1/2] dt: binding: ASOC: add dt-binding doc for pcm5102a

Message ID 1463493551-27385-1-git-send-email-kernel@martin.sperl.org (mailing list archive)
State New, archived
Headers show

Commit Message

Martin Sperl May 17, 2016, 1:59 p.m. UTC
From: Martin Sperl <kernel@martin.sperl.org>

Add dt-binding documentation for the TI pcm5102a DAC.

Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
---
 Documentation/devicetree/bindings/sound/pcm5102a.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/pcm5102a.txt

Comments

Rob Herring May 18, 2016, 5:02 p.m. UTC | #1
On Tue, May 17, 2016 at 01:59:10PM +0000, kernel@martin.sperl.org wrote:
> From: Martin Sperl <kernel@martin.sperl.org>
> 
> Add dt-binding documentation for the TI pcm5102a DAC.
> 
> Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
> ---
>  Documentation/devicetree/bindings/sound/pcm5102a.txt | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/sound/pcm5102a.txt

Acked-by: Rob Herring <robh@kernel.org>
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/sound/pcm5102a.txt b/Documentation/devicetree/bindings/sound/pcm5102a.txt
new file mode 100644
index 0000000..87d72be
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/pcm5102a.txt
@@ -0,0 +1,13 @@ 
+PCM5102a audio CODEC
+
+This device is a i2s only device.
+
+Required properties:
+
+- compatible : set as "ti,pcm5102a"
+
+Examples:
+
+	pcm5102a: pcm5102a {
+		compatible = "ti,pcm5102a";
+	};