diff options
author | Marek Belisko <marek.belisko@gmail.com> | 2013-04-25 13:13:14 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-12 16:51:06 (GMT) |
commit | f9c8ba8965597bb45b95014338d59ade15d53e93 (patch) | |
tree | 664ca414cd3c28dc2b9e9c7dd34a2a3f174cdc8d /Documentation | |
parent | 1b7c8b350fd4751051f0abba040a29b72f829665 (diff) | |
download | linux-f9c8ba8965597bb45b95014338d59ade15d53e93.tar.xz |
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.txt | 10 |
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 0000000..80f807b --- /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"; + }; |