diff options
| author | Ingrid Gallardo <ingridg@codeaurora.org> | 2016-11-16 09:27:02 -0800 |
|---|---|---|
| committer | Ingrid Gallardo <ingridg@codeaurora.org> | 2016-11-21 10:37:39 -0800 |
| commit | ddbbff45aef934dd4b84e2f6c16bb2af5ae9d362 (patch) | |
| tree | fb48d1dcfb35d348b913259be2ff72ef9ddcb65d | |
| parent | 86d69e2cc0d72fd57b36c1e6f7443f0d0101a1c6 (diff) | |
ARM: dts: msm: set dcs commands in hs for mode switch in jdi panel
For jdi panel, mode switch commands take time to be sent
to the panel. This results in fifo overflow errors
when there is no sufficient time to send the commands
to the panel to do the switch. Fix this problem by
sending commands in HS mode.
Change-Id: I02adc707524d4858f92e5979acca137e4864a2f8
Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/dsi-panel-jdi-dualmipi-cmd.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/dsi-panel-jdi-dualmipi-cmd.dtsi b/arch/arm/boot/dts/qcom/dsi-panel-jdi-dualmipi-cmd.dtsi index 9c309973f5d0..50c4c728fd4a 100644 --- a/arch/arm/boot/dts/qcom/dsi-panel-jdi-dualmipi-cmd.dtsi +++ b/arch/arm/boot/dts/qcom/dsi-panel-jdi-dualmipi-cmd.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -123,6 +123,7 @@ qcom,mdss-dsi-off-command-state = "dsi_hs_mode"; qcom,dynamic-mode-switch-enabled; qcom,dynamic-mode-switch-type = "dynamic-switch-immediate"; + qcom,mode-switch-commands-state = "dsi_hs_mode"; qcom,video-to-cmd-mode-switch-commands = [23 00 00 00 00 00 02 b0 00 29 00 00 00 00 00 02 b3 0c |
