[alsa-devel] [PATCH V2 1/2] dt: binding: ASOC: add dt-binding doc for pcm5102a

kernel at martin.sperl.org kernel at martin.sperl.org
Tue May 17 15:59:10 CEST 2016


From: Martin Sperl <kernel at martin.sperl.org>

Add dt-binding documentation for the TI pcm5102a DAC.

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

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";
+	};
-- 
2.1.4



More information about the Alsa-devel mailing list