summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-13 23:13:25 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-13 23:13:24 -0700
commit2e45ea728118fa88ba245a0a755d0a3844d9f54e (patch)
tree8063bbf934cfa2204f931d19e8107dd4d6e626d2 /Documentation
parent39c747dfde7b736f853f67de99388976f0e68c03 (diff)
parentd2d512e984cc9a75967599cb726b003393de7385 (diff)
Merge "ARM: dts: msm: add MSM External display node for msmcobalt"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt b/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt
index 7f95ed4285ef..da4cdf253b2c 100644
--- a/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt
+++ b/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt
@@ -61,7 +61,17 @@ these devices will be disabled as well. Ex. HDMI Audio Codec device.
Required properties:
- compatible : "msm-hdmi-audio-codec-rx";
+msm_ext_disp is a device which manages the interaction between external
+displays (HDMI and Display Port) and the audio and display frameworks.
+
+Required properties:
+- compatible: Must be "qcom,msm-ext-disp"
+
Example:
+ msm_ext_disp: qcom,msm_ext_disp {
+ compatible = "qcom,msm-ext-disp";
+ };
+
mdss_hdmi_tx: qcom,hdmi_tx@fd922100 {
cell-index = <0>;
compatible = "qcom,hdmi-tx";
@@ -83,6 +93,8 @@ Example:
qcom,enable-load = <0 0 0 1800000 0>;
qcom,disable-load = <0 0 0 0 0>;
+ qcom,msm_ext_disp = <&msm_ext_disp>;
+
qcom,hdmi-tx-ddc-mux-sel = <&pma8084_gpios 6 0>;
qcom,hdmi-tx-cec = <&msmgpio 31 0>;
qcom,hdmi-tx-ddc-clk = <&msmgpio 32 0>;