-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Jyri Sarha
authored and
Mark Brown
committed
Dec 31, 2013
1 parent
c600e95
commit 0f7f3d1
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters