Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588791

[PATCH 2/2] ASoC: es7134: add dt-bindings for the es7134 dac

From Jerome Brunet <jbrunet@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] ASoC: es7134: add dt-bindings for the es7134 dac
Date 2017-02-27 17:20 +0100
Message-ID <tfwbM-82e-17@gated-at.bofh.it> (permalink)
References <tfwbL-82e-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 Documentation/devicetree/bindings/sound/everest,es7134.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/everest,es7134.txt

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Add es7134 DAC driver support Jerome Brunet <jbrunet@baylibre.com> - 2017-02-27 17:20 +0100
  [PATCH 1/2] ASoC: es7134: add es7134 DAC driver Jerome Brunet <jbrunet@baylibre.com> - 2017-02-27 17:20 +0100
  [PATCH 2/2] ASoC: es7134: add dt-bindings for the es7134 dac Jerome Brunet <jbrunet@baylibre.com> - 2017-02-27 17:20 +0100

csiph-web