summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt
diff options
context:
space:
mode:
authorPadmavathi Venna2013-01-18 12:47:06 +0100
committerMark Brown2013-01-29 08:36:28 +0100
commit28a480583361b8e67b0a7f4898180725b71cceec (patch)
treeb0f6434f93599ed86f264153854b3962e17b795b /Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt
parentARM: EXYNOS: Enable platform support for I2S controllers (diff)
downloadkernel-qcow2-linux-28a480583361b8e67b0a7f4898180725b71cceec.tar.gz
kernel-qcow2-linux-28a480583361b8e67b0a7f4898180725b71cceec.tar.xz
kernel-qcow2-linux-28a480583361b8e67b0a7f4898180725b71cceec.zip
ASoC: SMDK: WM8994: Add device tree support for machine file
Add the basic device tree based lookup. Signed-off-by: Padmavathi Venna <padma.v@samsung.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt b/Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt
new file mode 100644
index 000000000000..4686646fb122
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/samsung,smdk-wm8994.txt
@@ -0,0 +1,14 @@
+Samsung SMDK audio complex
+
+Required properties:
+- compatible : "samsung,smdk-wm8994"
+- samsung,i2s-controller: The phandle of the Samsung I2S0 controller
+- samsung,audio-codec: The phandle of the WM8994 audio codec
+Example:
+
+sound {
+ compatible = "samsung,smdk-wm8994";
+
+ samsung,i2s-controller = <&i2s0>;
+ samsung,audio-codec = <&wm8994>;
+};