From: ideal.song@samsung.com (Inha Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH 2/3] ASoC: samsung: Document Trats2 audio subsystem bindings
Date: Mon, 05 Jan 2015 20:25:16 +0900 [thread overview]
Message-ID: <1420457117-11030-3-git-send-email-ideal.song@samsung.com> (raw)
In-Reply-To: <1420457117-11030-1-git-send-email-ideal.song@samsung.com>
This patch add Trats2 audio subsystem bindings document.
Signed-off-by: Inha Song <ideal.song@samsung.com>
---
.../bindings/sound/samsung,trats2-wm1811.txt | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/samsung,trats2-wm1811.txt
diff --git a/Documentation/devicetree/bindings/sound/samsung,trats2-wm1811.txt b/Documentation/devicetree/bindings/sound/samsung,trats2-wm1811.txt
new file mode 100644
index 0000000..9d4d3f1
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/samsung,trats2-wm1811.txt
@@ -0,0 +1,31 @@
+Samsung Exynos Trats2 audio with WM1811 codec
+
+Required properties:
+
+ - compatible : Must be "samsung,trats2-audio"
+
+ - clocks : Reference to the codec master clock
+ - clock-names : The clock should be named "mclk"
+
+ - samsung,i2s-controller : The phandle of the I2S controller
+
+ - samsung,model : The user visible name of this sound
+
+ - samsung,audio-routing : A list of the connections between audio
+ components. each entry is a pair of strings, the first being the
+ connection's sink, the second being the connection's source
+
+Example:
+
+sound {
+ compatible = "samsung,trats2-audio";
+ clocks = <&pmu_system_controller 0>;
+ clock-names = "mclk";
+ samsung,i2s-controller = <&i2s0>;
+ samsung,model = "wm1811";
+ samsung,audio-routing =
+ "SPK", "SPKOUTLN",
+ "SPK", "SPKOUTLP",
+ "SPK", "SPKOUTRN",
+ "SPK", "SPKOUTRP";
+};
--
2.0.0.390.gcb682f8
next prev parent reply other threads:[~2015-01-05 11:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-05 11:25 [alsa-devel] [PATCH 0/3] Sound support for Exynos4412 Trats2 board Inha Song
2015-01-05 11:25 ` [alsa-devel] [PATCH 1/3] ASoC: samsung: Add machine driver for Trats2 Inha Song
2015-01-05 11:48 ` Lars-Peter Clausen
2015-01-05 12:40 ` Inha Song
2015-01-05 11:25 ` Inha Song [this message]
2015-01-05 15:29 ` [alsa-devel] [PATCH 2/3] ASoC: samsung: Document Trats2 audio subsystem bindings Mark Brown
2015-01-13 1:27 ` Inha Song
2015-01-05 11:25 ` [alsa-devel] [PATCH 3/3] ARM: dts: Add sound nodes for exynos4412-trats2 Inha Song
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=1420457117-11030-3-git-send-email-ideal.song@samsung.com \
--to=ideal.song@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox