aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-06-02 12:26:35 +0100
committerJon Medhurst <tixy@linaro.org>2016-06-02 12:26:35 +0100
commit52332e7aaf38341c5dad22419fe1e4653c0ace00 (patch)
tree3c78dc82e614825004bac26ca6dfdf2927cd387a /Documentation
parent096aa6fa7d05572bc73acb94cf501dc129bb25d8 (diff)
parent5609c1f327d2369ecdeb35e3a45549c8cd552b54 (diff)
Merge branch 'lsk-3.18-armlt-tda998x' into lsk-3.18-armlt
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/drm/i2c/tda998x.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/drm/i2c/tda998x.txt b/Documentation/devicetree/bindings/drm/i2c/tda998x.txt
index e9e4bce40760..adac4dd2de5f 100644
--- a/Documentation/devicetree/bindings/drm/i2c/tda998x.txt
+++ b/Documentation/devicetree/bindings/drm/i2c/tda998x.txt
@@ -17,6 +17,15 @@ Optional properties:
- video-ports: 24 bits value which defines how the video controller
output is wired to the TDA998x input - default: <0x230145>
+ - audio-ports: one or two values corresponding to entries in
+ the audio-port-names property.
+
+ - audio-port-names: must contain "i2s", "spdif" entries
+ matching entries in the audio-ports property.
+
+ - #sound-dai-cells: must be set to <1> for use with the simple-card.
+ The DAI 0 is the I2S input and the DAI 1 is the S/PDIF input.
+
Example:
tda998x: hdmi-encoder {
@@ -26,4 +35,9 @@ Example:
interrupts = <27 2>; /* falling edge */
pinctrl-0 = <&pmx_camera>;
pinctrl-names = "default";
+
+ audio-ports = <0x03>, <0x04>;
+ audio-port-names = "i2s", "spdif";
+ #sound-dai-cells = <1>;
+ };
};