diff options
| author | Shivaraj Shetty <shivaraj@codeaurora.org> | 2014-10-21 23:46:37 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:35:12 -0700 |
| commit | f07d12346cfe8060483fa76aafdf2d7f3b104f43 (patch) | |
| tree | 1ad9ea3246b6b4d768200e78c199e899c7f027f2 /Documentation | |
| parent | c2539b44b3354c600468bf9589c372142ed20f9b (diff) | |
msm: mdss: Move double bufferring mode support for dsi to dtsi
Move double bufferring mode support property for dsi controller
to dtsi as it is not supported on 8909.
Change-Id: I2d99c34af7d4b9eef8f4503bad6fcd1480b2bde6
Signed-off-by: Shivaraj Shetty <shivaraj@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt b/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt index 7ad0f2769ba8..d2c6f085c1de 100644 --- a/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt +++ b/Documentation/devicetree/bindings/fb/mdss-dsi-ctrl.txt @@ -75,6 +75,7 @@ Optional properties: - qcom,mmss-ulp-clamp-ctrl-offset: Specifies the offset for dsi ulps clamp control register. - qcom,mmss-phyreset-ctrl-offset: Specifies the offset for dsi phy reset control register. - qcom,dsi-irq-line: Boolean specifies if DSI has a different irq line than mdp. +- qcom,timing-db-mode: Boolean specifies dsi timing mode registers are supported or not. Example: mdss_dsi0: qcom,mdss_dsi@fd922800 { @@ -113,6 +114,7 @@ Example: qcom,platform-mode-gpio = <&msmgpio 7 0>; qcom,dsi-panel-bias-vreg; qcom,dsi-irq-line; + qcom,timing-db-mode; qcom,core-supply-entries { #address-cells = <1>; |
