summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@gmail.com>2013-04-25 15:13:14 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-05-12 20:51:06 +0400
commitf9c8ba8965597bb45b95014338d59ade15d53e93 (patch)
tree664ca414cd3c28dc2b9e9c7dd34a2a3f174cdc8d /Documentation
parent1b7c8b350fd4751051f0abba040a29b72f829665 (diff)
ASoC: spdif_receiver: Add DT support.
Add devicetree support for this dummy audio soc driver. Signed-off-by: Michal Bachraty <michal.bachraty@streamunlimited.com> Signed-off-by: Marek Belisko <marek.belisko@streamunlimited.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/spdif-receiver.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/spdif-receiver.txt b/Documentation/devicetree/bindings/sound/spdif-receiver.txt
new file mode 100644
index 000000000000..80f807bf8a1d
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/spdif-receiver.txt
@@ -0,0 +1,10 @@
+Device-Tree bindings for dummy spdif receiver
+
+Required properties:
+ - compatible: should be "linux,spdif-dir".
+
+Example node:
+
+ codec: spdif-receiver {
+ compatible = "linux,spdif-dir";
+ };