From 41f774902662f898239ea5197dbec34858919a85 Mon Sep 17 00:00:00 2001 From: Ritesh Kumar Date: Mon, 24 Jan 2022 16:27:47 +0530 Subject: [PATCH] disp: msm: dsi: update vreg_ctrl settings for cape This change updates vreg_ctrl_0 and vreg_ctrl_1 settings for cape DPHY as per the HW recommendation. Change-Id: Ide66c62d980b57de1f826ed24d1c0747d8fb6c77 Signed-off-by: Ritesh Kumar --- msm/dsi/dsi_phy_hw_v4_0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msm/dsi/dsi_phy_hw_v4_0.c b/msm/dsi/dsi_phy_hw_v4_0.c index 5e430795..e7904e79 100644 --- a/msm/dsi/dsi_phy_hw_v4_0.c +++ b/msm/dsi/dsi_phy_hw_v4_0.c @@ -399,8 +399,8 @@ static void dsi_phy_hw_dphy_enable(struct dsi_phy_hw *phy, glbl_rescode_top_ctrl = less_than_1500_mhz ? 0x3d : 0x01; if (phy->version == DSI_PHY_VERSION_4_3_2){ - vreg_ctrl_0 = 0x19; - vreg_ctrl_1 = 0x44; + vreg_ctrl_0 = 0x44; + vreg_ctrl_1 = 0x19; } split_link_enabled = cfg->split_link.enabled;