* [PATCH] ASoC: Arndale: Add machine device tree binding documentation for Arndale board
@ 2014-11-24 6:51 Krishna Mohan Dani
2014-11-24 17:09 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Krishna Mohan Dani @ 2014-11-24 6:51 UTC (permalink / raw)
To: linux-samsung-soc, linux-arm-kernel, alsa-devel; +Cc: kgene.kim, broonie
Document the device tree binding for the Arndale board based machine driver.
Signed-off-by: Krishna Mohan Dani <krishna.md@samsung.com>
---
.../devicetree/bindings/sound/arndale.txt | 24 ++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/arndale.txt
diff --git a/Documentation/devicetree/bindings/sound/arndale.txt b/Documentation/devicetree/bindings/sound/arndale.txt
new file mode 100644
index 0000000..0e76946
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/arndale.txt
@@ -0,0 +1,24 @@
+Audio Binding for Arndale boards
+
+Required properties:
+- compatible : Can be the following,
+ "samsung,arndale-rt5631"
+
+- samsung,audio-cpu: The phandle of the Samsung I2S controller
+- samsung,audio-codec: The phandle of the audio codec
+
+Optional:
+- samsung,model: The name of the sound-card
+
+Arndale Boards has many audio daughter cards, one of them is
+rt5631/alc5631. Below example shows audio bindings for rt5631/
+alc5631 based codec.
+
+Example:
+
+sound {
+ compatible = "samsung,arndale-rt5631";
+
+ samsung,audio-cpu = <&i2s0>
+ samsung,audio-codec = <&rt5631>;
+};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Arndale: Add machine device tree binding documentation for Arndale board
2014-11-24 6:51 [PATCH] ASoC: Arndale: Add machine device tree binding documentation for Arndale board Krishna Mohan Dani
@ 2014-11-24 17:09 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-11-24 17:09 UTC (permalink / raw)
To: Krishna Mohan Dani
Cc: linux-samsung-soc, linux-arm-kernel, alsa-devel, kgene.kim
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
On Mon, Nov 24, 2014 at 12:21:51PM +0530, Krishna Mohan Dani wrote:
> Document the device tree binding for the Arndale board based machine driver.
This is adding binding documentation but I'm not seeing the matching
driver - please send the two together.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-24 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 6:51 [PATCH] ASoC: Arndale: Add machine device tree binding documentation for Arndale board Krishna Mohan Dani
2014-11-24 17:09 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox