summaryrefslogtreecommitdiff
path: root/bindings/display/msm/mdss-dsi-panel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/display/msm/mdss-dsi-panel.txt')
-rw-r--r--bindings/display/msm/mdss-dsi-panel.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/bindings/display/msm/mdss-dsi-panel.txt b/bindings/display/msm/mdss-dsi-panel.txt
index 072a3021..97c4c95c 100644
--- a/bindings/display/msm/mdss-dsi-panel.txt
+++ b/bindings/display/msm/mdss-dsi-panel.txt
@@ -440,6 +440,20 @@ Optional properties:
height values. This property is specified per timing node to support
resolution's alignment restrictions.
- qcom,esd-check-enabled: Boolean used to enable ESD recovery feature.
+- google,mdss-dsi-te2-info An array that lists the
+ sequence of rising edge value and falling edge value of TE2 signals.
+ Each command will have the format defined
+ as below:
+ sequence 1: <90HZ_rising_edge 90HZ_falling_edge>
+ sequence 2: <60HZ_rising_edge 60HZ_falling_edge>
+ sequence 3: <LP_HIGH_rising_edge LP_HIGH_falling_edge>
+ sequence 4: <LP_LOW_rising_edge LP_LOW_falling_edge>
+ Example:
+ google,mdss-dsi-te2-info = <1978 1980>, //90HZ
+ <1978 1980>, //60HZ
+ <1978 1980>, //LP_HIGH
+ <1978 1980>; //LP_LOW
+- google,mdss-dsi-te2-lp-threshold The value is used to seperate TE2_EDGE_LP_HIGH and TE2_EDGE_LP_LOW.
- qcom,mdss-dsi-panel-status-command: A byte stream formed by multiple dcs packets based on
qcom dsi controller protocol, to read the panel status.
This value is used to kick in the ESD recovery.
@@ -574,6 +588,11 @@ Optional properties:
display. The first set is indexed by the
value 0.
- qcom,mdss-dsi-ext-bridge-mode: External bridge chip is connected instead of panel.
+- google,mdss-dsi-panel-vendor-extinfo-loc: Extended panel information read from a sequence of DSI registers.
+ Each register in the sequence is specified by a set of three values:
+ - address of register
+ - start byte of the data read from the register
+ - total number of bytes to read
- qcom,mdss-dsi-dma-schedule-line: An integer value indicates the line number after vertical active
region, at which command DMA needs to be triggered.