summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVinu Deokaran <vinud@codeaurora.org>2015-11-16 17:21:03 -0500
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:47:57 -0700
commit2389db4d2050b2da0324a4706f0c711ce63f921d (patch)
treeaad2e116f0441cc21372059a0da165851533eca7 /Documentation
parent9351ecb2b3484f5be916dd25c81bfa26f90785cb (diff)
msm: mdss: read pluggable flag from device tree
Add support to configure pluggable feature through device tree, but not hardcode inside driver. Change-Id: I1aaf8a65c1910e22bdaf678d0d02d7fe791937bf Signed-off-by: Vinu Deokaran <vinud@codeaurora.org> [cip@codeaurora.org: Resolved merge conflict] Signed-off-by: Clarence Ip <cip@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/fb/mdss-dsi.txt1
-rw-r--r--Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-dsi.txt b/Documentation/devicetree/bindings/fb/mdss-dsi.txt
index 607bedb79fb6..9c5310617f3e 100644
--- a/Documentation/devicetree/bindings/fb/mdss-dsi.txt
+++ b/Documentation/devicetree/bindings/fb/mdss-dsi.txt
@@ -122,6 +122,7 @@ Optional properties:
"lane_map_1032" = <1 0 3 2>
"lane_map_2103" = <2 1 0 3>
"lane_map_3210" = <3 2 1 0>
+- qcom,pluggable Boolean to enable hotplug feature.
Example:
mdss_dsi: qcom,mdss_dsi@0 {
diff --git a/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt b/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt
index 779adccfd95c..560defedd38a 100644
--- a/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt
+++ b/Documentation/devicetree/bindings/fb/msm-hdmi-tx.txt
@@ -46,6 +46,7 @@ Optional properties:
- qcom,conti-splash-enabled: Enables the hdmi continuous splash screen feature.
HDMI interface will remain powered on from LK to kernel with continuous
display of bootup logo.
+- qcom,pluggable: boolean to enable hotplug feature.
[Optional child nodes]: These nodes are for devices which are
dependent on HDMI Tx controller. If HDMI Tx controller is disabled then
@@ -88,6 +89,7 @@ Example:
qcom,hdmi-tx-mux-sel = <&msmgpio 85 0>;
qcom,conditional-power-on;
+ qcom,pluggable;
qcom,msm-hdmi-audio-rx {
compatible = "qcom,msm-hdmi-audio-codec-rx";