From 64f565199ea9564ce026ba4b28bdace26cbc1276 Mon Sep 17 00:00:00 2001 From: Jayant Shekhar Date: Thu, 16 Jul 2015 18:03:33 +0530 Subject: ARM: dts: msm: add post init delay parameter to truly panels Truly 1080p panels need one frame update before updating the backlight. Add this post init parameter to truly panel nodes Change-Id: Icd495a5a98a068b5c47c9c25dfa3c0bda676c6f0 Signed-off-by: Jayant Shekhar Signed-off-by: Sandeep Panda --- arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-cmd.dtsi | 3 ++- arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-video.dtsi | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-cmd.dtsi b/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-cmd.dtsi index 3f9fd89925b4..f8814129bd51 100644 --- a/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-cmd.dtsi +++ b/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-cmd.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2015-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 @@ -89,5 +89,6 @@ qcom,mdss-dsi-bl-max-level = <4095>; qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled"; qcom,mdss-dsi-reset-sequence = <1 200>, <0 200>, <1 200>; + qcom,mdss-dsi-post-init-delay = <1>; }; }; diff --git a/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-video.dtsi b/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-video.dtsi index e7cee9f0f884..fd5ab6ee0c69 100644 --- a/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-video.dtsi +++ b/arch/arm/boot/dts/qcom/dsi-panel-truly-1080p-video.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2015-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 @@ -84,5 +84,6 @@ qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled"; qcom,mdss-dsi-reset-sequence = <1 200>, <0 200>, <1 200>; qcom,mdss-dsi-tx-eot-append; + qcom,mdss-dsi-post-init-delay = <1>; }; }; -- cgit v1.2.3