Skip to content

Commit

Permalink
disp: msm: Avoid Force allow panel phy power off on umi
Browse files Browse the repository at this point in the history
- Fixes display flickering on UMI's TCL panel

Change-Id: I24d59a7fe805f1b9db30cb0983c6bfb1b1300eeb
Suggested-by: chaptsand <chaptsand@gmail.com>
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
  • Loading branch information
UtsavBalar1231 committed Jun 17, 2022
1 parent 6af9047 commit 654f012
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions techpack/display/msm/dsi/dsi_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,11 @@ static int dsi_phy_settings_init(struct platform_device *pdev,
/* Actual timing values are dependent on panel */
timing->count_per_lane = phy->ver_info->timing_cfg_count;

#ifndef CONFIG_BOARD_UMI
phy->allow_phy_power_off = true;
#else
phy->allow_phy_power_off = false;
#endif

of_property_read_u32(pdev->dev.of_node,
"qcom,dsi-phy-regulator-min-datarate-bps",
Expand Down

0 comments on commit 654f012

Please sign in to comment.