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

Commit 9f479d9b authored by Ravikanth Tuniki's avatar Ravikanth Tuniki Committed by Rajeev Nandan
Browse files

disp: pll: Improve logging for 7nm dsi pll



For the targets not having slave pll, "slave pll unavailable"
warning gets logged on suspend, resume and idle power collapse.
Change pr_warn to pr_debug to avoid extra logging.

Change-Id: I2f06d88f3ea8ceb03e30095439c24a6729daae97
Signed-off-by: default avatarRavikanth Tuniki <rtunik@codeaurora.org>
parent b915116d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt)	"%s: " fmt, __func__
@@ -559,7 +559,7 @@ static void dsi_pll_config_slave(struct mdss_pll_resources *rsc)
	rsc->slave = NULL;

	if (!orsc) {
		pr_warn("slave PLL unavilable, assuming standalone config\n");
		pr_debug("slave PLL unavailable, assuming standalone config\n");
		return;
	}