linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy: qcom: m31-eusb2: Fix the error log while enabling clock
@ 2025-08-26 10:52 Prashanth K
  2025-09-01 17:08 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Prashanth K @ 2025-08-26 10:52 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I
  Cc: linux-arm-msm, linux-phy, linux-kernel, Prashanth K

While enabling clock, we incorrectly log 'ref clk' as 'cfg ahb clk'
Fix this since the devicetree bindings mentions it as ref clock.

Signed-off-by: Prashanth K <prashanth.k@oss.qualcomm.com>
---
 drivers/phy/qualcomm/phy-qcom-m31-eusb2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c b/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
index bf32572566c4..0a0d2d9fc846 100644
--- a/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
+++ b/drivers/phy/qualcomm/phy-qcom-m31-eusb2.c
@@ -196,7 +196,7 @@ static int m31eusb2_phy_init(struct phy *uphy)
 
 	ret = clk_prepare_enable(phy->clk);
 	if (ret) {
-		dev_err(&uphy->dev, "failed to enable cfg ahb clock, %d\n", ret);
+		dev_err(&uphy->dev, "failed to enable ref clock, %d\n", ret);
 		goto disable_repeater;
 	}
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] phy: qcom: m31-eusb2: Fix the error log while enabling clock
  2025-08-26 10:52 [PATCH] phy: qcom: m31-eusb2: Fix the error log while enabling clock Prashanth K
@ 2025-09-01 17:08 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2025-09-01 17:08 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Prashanth K
  Cc: linux-arm-msm, linux-phy, linux-kernel


On Tue, 26 Aug 2025 16:22:54 +0530, Prashanth K wrote:
> While enabling clock, we incorrectly log 'ref clk' as 'cfg ahb clk'
> Fix this since the devicetree bindings mentions it as ref clock.
> 
> 

Applied, thanks!

[1/1] phy: qcom: m31-eusb2: Fix the error log while enabling clock
      commit: 616fe247bdce4e3a23e3ded4b3be951001ed8039

Best regards,
-- 
~Vinod



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-01 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 10:52 [PATCH] phy: qcom: m31-eusb2: Fix the error log while enabling clock Prashanth K
2025-09-01 17:08 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).