Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a84ce9e4 authored by Satya Rama Aditya Pinapala's avatar Satya Rama Aditya Pinapala
Browse files

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: default avatarSatya Rama Aditya Pinapala <psraditya30@codeaurora.org>
parent 43cafa80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;