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


Groups > linux.kernel > #1446793

[RFC][PATCH 08/10 v2] ASoC: add hi6210-hdmi-audio-codec DT bindings

From John Stultz <john.stultz@linaro.org>
Newsgroups linux.kernel
Subject [RFC][PATCH 08/10 v2] ASoC: add hi6210-hdmi-audio-codec DT bindings
Date 2016-07-20 01:30 +0200
Message-ID <rWMCC-1Wj-31@gated-at.bofh.it> (permalink)
References <rWMCB-1Wj-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Adds DT bindings documentation for the hi6210-hdmi-audio-codec
driver.

Signed-off-by: John Stultz <john.stultz@linaro.org>
---
 .../bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt     | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt

diff --git a/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt b/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt
new file mode 100644
index 0000000..05c7331
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/hisilicon,hi6210-hdmi-audio-codec.txt
@@ -0,0 +1,12 @@
+Device-Tree bindings for hi6210 HDMI audio codec
+
+Required properties:
+	- compatible: should be "hisilicon,hi6210-hdmi-audio-codec".
+	- #sound-dai-cells: should be <0>.
+
+Example node:
+
+hi6210_hdmi_codec: hi6210_hdmi_codec {
+	compatible = "hisilicon,hi6210-hdmi-audio-codec";
+	#sound-dai-cells = <0>;
+};
-- 
1.9.1

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


Thread

[RFC][PATCH 00/10 v2] Add HDMI audio support for HiKey John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 02/10 v2] k3dma: Fix dma err offsets John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 06/10 v2] ASoC: add hi6210-i2s  DT bindings John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 01/10 v2] k3dma: Fix hisi burst clipping John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 09/10 v2] ASoC: hisilicon: Add hi6210 hdmi codec driver John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
    Re: [RFC][PATCH 09/10 v2] ASoC: hisilicon: Add hi6210 hdmi codec  driver Mark Brown <broonie@kernel.org> - 2016-07-20 02:40 +0200
  [RFC][PATCH 03/10 v2] k3dma: Fix "nobody cared" message seen on any error John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 04/10 v2] k3dma: Add cyclic mode for audio John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 08/10 v2] ASoC: add hi6210-hdmi-audio-codec DT bindings John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 10/10 v2] dts: hi6220: Add k3-dma and i2s/hdmi audio support John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
  [RFC][PATCH 07/10 v2] ASoC: hisilicon: Add hi6210 i2s audio driver John Stultz <john.stultz@linaro.org> - 2016-07-20 01:30 +0200
    Re: [RFC][PATCH 07/10 v2] ASoC: hisilicon: Add hi6210 i2s audio  driver Mark Brown <broonie@kernel.org> - 2016-07-20 02:30 +0200
      Re: [RFC][PATCH 07/10 v2] ASoC: hisilicon: Add hi6210 i2s audio driver John Stultz <john.stultz@linaro.org> - 2016-07-20 19:00 +0200
        Re: [RFC][PATCH 07/10 v2] ASoC: hisilicon: Add hi6210 i2s audio  driver Mark Brown <broonie@kernel.org> - 2016-07-20 19:10 +0200
  Re: [RFC][PATCH 00/10 v2] Add HDMI audio support for HiKey Mark Brown <broonie@kernel.org> - 2016-07-20 02:30 +0200

csiph-web