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

Commit e75995a6 authored by Siddhartha Agrawal's avatar Siddhartha Agrawal Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: Silence non-critical DSI print log



Silence non-critical DSI pring log while disabling DSI
PLL 1.

Change-Id: Ia266af39ffcb106b194e32742615e9c43ad31d38
Signed-off-by: default avatarSiddhartha Agrawal <agrawals@codeaurora.org>
parent 2f0184f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ static void mdss_dsi_phy_sw_reset(struct mdss_dsi_ctrl_pdata *ctrl)
	if (ctrl->ndx == DSI_CTRL_1) {
		ctrl_rev = MIPI_INP(ctrl->ctrl_base);
		if (ctrl_rev == MDSS_DSI_HW_REV_103) {
			pr_err("Turn off PLL 1 registers\n");
			pr_debug("Turn off PLL 1 registers\n");
			clk_set_rate(ctrl->vco_clk, 1);
		}
	}