Merge "disp: msm: dsi: update DSI CPHY enable sequence"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
d2aca007bb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user