All of lore.kernel.org
 help / color / mirror / Atom feed
From: simon.ho.cnxt@gmail.com
To: alsa-devel@alsa-project.org
Cc: pierre-louis.bossart@linux.intel.com,
	Simon Ho <simon.ho@conexant.com>,
	tiwai@suse.com, lgirdwood@gmail.com, broonie@kernel.org,
	ckeepax@opensource.wolfsonmicro.com
Subject: [PATCH v5 1/2] doc: cx2092x: Add DT bingings doc for CX2092X DSP
Date: Thu,  6 Apr 2017 11:04:33 +0800	[thread overview]
Message-ID: <0237e17dca2cbb38dcec19a0452628858785a498.1491446448.git.simon.ho@conexant.com> (raw)
In-Reply-To: <cover.1491446448.git.simon.ho@conexant.com>
In-Reply-To: <cover.1491446448.git.simon.ho@conexant.com>

From: Simon Ho <simon.ho@conexant.com>

Initial version of CX2092X device tree bindings document.

Signed-off-by: Simon Ho <simon.ho@conexant.com>
---
 .../devicetree/bindings/sound/cnxt,cx2092x.txt     | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cnxt,cx2092x.txt

diff --git a/Documentation/devicetree/bindings/sound/cnxt,cx2092x.txt b/Documentation/devicetree/bindings/sound/cnxt,cx2092x.txt
new file mode 100644
index 0000000..8dd2428
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/cnxt,cx2092x.txt
@@ -0,0 +1,25 @@
+Conexant CX20921/CX209724 Voice Processor DSP
+
+The devices supports the I2C bus.
+
+Required properties:
+
+  - compatible: One of "cnxt,cx20921", "cnxt,cx20924".
+  - reg: The I2C address of the device for I2C, it should be <0x41>
+
+Optional properties:
+
+  - reset-gpios: A GPIO spec to define which pin is connected to the chip's
+		 !RESET pin. If specified, the driver will assert a hardware
+		 reset at probe time.
+
+CODEC input pins:
+  "MIC"	- Microphone input
+
+Example:
+
+codec: cx20921@41 {
+	compatible = "cnxt,cx20921";
+	reg = <0x41>;
+	reset-gpios = <&gpio1 23 0>;
+};
-- 
2.7.4

  reply	other threads:[~2017-04-06  3:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-06  3:04 [PATCH v5 0/2] ASoC: Add support for Conexant CX2092X DSP simon.ho.cnxt
2017-04-06  3:04 ` simon.ho.cnxt [this message]
2017-04-06  3:04 ` [PATCH v5 2/2] " simon.ho.cnxt
2017-04-06  6:13   ` Pierre-Louis Bossart
2017-04-07 11:37   ` Mark Brown
2017-04-10 19:43     ` Simon Ho
2017-04-11 21:03       ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0237e17dca2cbb38dcec19a0452628858785a498.1491446448.git.simon.ho@conexant.com \
    --to=simon.ho.cnxt@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.wolfsonmicro.com \
    --cc=lgirdwood@gmail.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=simon.ho@conexant.com \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.