summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/spdif-transmitter.txt
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@gmail.com>2013-04-25 15:13:13 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-05-12 20:51:06 +0400
commit1b7c8b350fd4751051f0abba040a29b72f829665 (patch)
treee8d0e64c17367f4c395e1e0b540baae12930ea73 /Documentation/devicetree/bindings/sound/spdif-transmitter.txt
parentee492cfcb17631e4345fa97f205ca9617fffaebc (diff)
ASoC: spdif_transmitter: 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/devicetree/bindings/sound/spdif-transmitter.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/spdif-transmitter.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/spdif-transmitter.txt b/Documentation/devicetree/bindings/sound/spdif-transmitter.txt
new file mode 100644
index 000000000000..55a85841dd85
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/spdif-transmitter.txt
@@ -0,0 +1,10 @@
+Device-Tree bindings for dummy spdif transmitter
+
+Required properties:
+ - compatible: should be "linux,spdif-dit".
+
+Example node:
+
+ codec: spdif-transmitter {
+ compatible = "linux,spdif-dit";
+ };