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

Commit d877a7a8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: Silence non-critical DSI print log"

parents d1e9f504 e75995a6
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);
		}
	}