diff options
author | Marek Belisko <marek.belisko@gmail.com> | 2013-04-25 09:13:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-12 12:51:06 -0400 |
commit | 1b7c8b350fd4751051f0abba040a29b72f829665 (patch) | |
tree | e8d0e64c17367f4c395e1e0b540baae12930ea73 /Documentation/devicetree/bindings/sound/spdif-transmitter.txt | |
parent | ee492cfcb17631e4345fa97f205ca9617fffaebc (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.txt | 10 |
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 @@ | |||
1 | Device-Tree bindings for dummy spdif transmitter | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: should be "linux,spdif-dit". | ||
5 | |||
6 | Example node: | ||
7 | |||
8 | codec: spdif-transmitter { | ||
9 | compatible = "linux,spdif-dit"; | ||
10 | }; | ||