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: Siddhartha Agrawal <agrawals@codeaurora.org>
This commit is contained in:
parent
7e7fa8a3ce
commit
c9d96fc342
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ static void mdss_dsi_phy_sw_reset(struct mdss_dsi_ctrl_pdata *ctrl)
|
||||||
if (ctrl->ndx == DSI_CTRL_1) {
|
if (ctrl->ndx == DSI_CTRL_1) {
|
||||||
ctrl_rev = MIPI_INP(ctrl->ctrl_base);
|
ctrl_rev = MIPI_INP(ctrl->ctrl_base);
|
||||||
if (ctrl_rev == MDSS_DSI_HW_REV_103) {
|
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);
|
clk_set_rate(ctrl->vco_clk, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue