diff options
author | Jyri Sarha <jsarha@ti.com> | 2013-12-20 12:40:16 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-31 13:26:44 +0000 |
commit | 0f7f3d1f17c2e4d73e449e6acb2007b13813c58e (patch) | |
tree | 6108bb07c203215a6a4e45f436e840214278ae6f /Documentation | |
parent | c600e95360dac3a3b88f0a2106214dff8e5f56be (diff) | |
download | linux-stable-0f7f3d1f17c2e4d73e449e6acb2007b13813c58e.tar.gz linux-stable-0f7f3d1f17c2e4d73e449e6acb2007b13813c58e.tar.bz2 linux-stable-0f7f3d1f17c2e4d73e449e6acb2007b13813c58e.zip |
ASoC: hdmi-codec: Add devicetree binding with documentation
Signed-off-by: Jyri Sarha <jsarha@ti.com>
cc: bcousson@baylibre.com
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/hdmi.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/hdmi.txt b/Documentation/devicetree/bindings/sound/hdmi.txt new file mode 100644 index 000000000000..31af7bca3099 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/hdmi.txt @@ -0,0 +1,17 @@ +Device-Tree bindings for dummy HDMI codec + +Required properties: + - compatible: should be "linux,hdmi-audio". + +CODEC output pins: + * TX + +CODEC input pins: + * RX + +Example node: + + hdmi_audio: hdmi_audio@0 { + compatible = "linux,hdmi-audio"; + status = "okay"; + }; |