From a84ce9e4f723033d2e5dde2d7d96a7a078b10912 Mon Sep 17 00:00:00 2001 From: Satya Rama Aditya Pinapala Date: Tue, 29 Sep 2020 13:39:35 -0700 Subject: [PATCH] disp: msm: dsi: update DSI CPHY enable sequence Update the DSI CPHY enable sequence as per latest HW recommendation. Change-Id: Ibb8e9a70e9ea0ebc3d054e5e376beefbde416aef Signed-off-by: Satya Rama Aditya Pinapala --- msm/dsi/dsi_phy_hw_v4_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/dsi/dsi_phy_hw_v4_0.c b/msm/dsi/dsi_phy_hw_v4_0.c index 52728745..c40b11e4 100644 --- a/msm/dsi/dsi_phy_hw_v4_0.c +++ b/msm/dsi/dsi_phy_hw_v4_0.c @@ -229,7 +229,7 @@ static void dsi_phy_hw_cphy_enable(struct dsi_phy_hw *phy, less_than_1500_mhz = true; if (phy->version == DSI_PHY_VERSION_4_2) { - glbl_rescode_top_ctrl = less_than_1500_mhz ? 0x3c : 0x00; + glbl_rescode_top_ctrl = less_than_1500_mhz ? 0x3d : 0x01; glbl_rescode_bot_ctrl = less_than_1500_mhz ? 0x38 : 0x3b; } else if (phy->version == DSI_PHY_VERSION_4_1) { glbl_rescode_top_ctrl = 0x00;