ASoC: es7134: add dt-bindings for the es7134 dac
authorJerome Brunet <[email protected]>
Mon, 27 Feb 2017 15:47:24 +0000 (16:47 +0100)
committerMark Brown <[email protected]>
Mon, 6 Mar 2017 10:45:29 +0000 (11:45 +0100)
Signed-off-by: Jerome Brunet <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/sound/everest,es7134.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/sound/everest,es7134.txt b/Documentation/devicetree/bindings/sound/everest,es7134.txt
new file mode 100644 (file)
index 0000000..5495a3c
--- /dev/null
@@ -0,0 +1,10 @@
+ES7134 i2s DA converter
+
+Required properties:
+- compatible : "everest,es7134" or "everest,es7144"
+
+Example:
+
+i2s_codec: external-codec {
+       compatible = "everest,es7134";
+};