summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-13 21:52:15 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-13 21:52:14 -0700
commit2fce80230e1f2a43689ca79f63dde624becde7c4 (patch)
tree4f28fbc9d624124b92d16f9ef26068beca6f87d1 /Documentation
parent15a311d026dafc7df0402bc767bd437e2bbfb074 (diff)
parent9f52ca1ecbdf6558a41255f4c4e3286f1e70173a (diff)
Merge "msm: mdss: add split link panel support in mdss"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt b/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt
index 90ccfa7c62e2..ce5ee56ada68 100644
--- a/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt
+++ b/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt
@@ -581,6 +581,15 @@ Additional properties added to the second level nodes that represent timings pro
commands.
"dsi_lp_mode" = DSI low power mode (default)
"dsi_hs_mode" = DSI high speed mode
+- qcom,sublinks-count: An integer value indicates the number of sublinks in the panel.
+ Default value is 1. This property is used only if qcom,split-link-enabled
+ is defined.
+- qcom,lanes-per-sublink: An integer value indicates the number of data lanes per sublink in the panel.
+ Default value is 1. This property is used only if qcom,split-link-enabled
+ is defined.
+- qcom,split-link-enabled: A boolean value to enable/disable the split link feature. If qcom,sublinks-count
+ or qcom,lanes-per-sublink are not defined, default values are used.
+
Note, if a given optional qcom,* binding is not present, then the driver will configure
the default values specified.
@@ -808,6 +817,10 @@ Example:
qcom,mdss-dsc-version = <0x11>;
qcom,mdss-dsc-scr-version = <0x1>;
+ qcom,split-link-enabled;
+ qcom,sublinks-count = <2>;
+ qcom,lanes-per-sublink = <2>;
+
dsi_sim_vid_config0: config0 {
qcom,lm-split = <360 360>;
qcom,mdss-dsc-encoders = <2>;