Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: select right config in CLK_QCM2290_GPUCC definition
@ 2024-06-20 20:14 Lukas Bulwahn
  2024-06-20 20:24 ` Dmitry Baryshkov
  2024-06-21  6:11 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2024-06-20 20:14 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, linux-arm-msm,
	linux-clk
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 8cab033628b1 ("clk: qcom: Add QCM2290 GPU clock controller driver")
adds the config CLK_QCM2290_GPUCC, which intends to select the support for
the QCM2290 Global Clock Controller. It however selects the non-existing
config CLK_QCM2290_GCC, whereas the config for the QCM2290 Global Clock
Controller is named QCM_GCC_2290.

Adjust the config to the intended one.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 drivers/clk/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index f72838aa573b..ef3c2852f531 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -68,7 +68,7 @@ config CLK_X1E80100_TCSRCC
 config CLK_QCM2290_GPUCC
 	tristate "QCM2290 Graphics Clock Controller"
 	depends on ARM64 || COMPILE_TEST
-	select CLK_QCM2290_GCC
+	select QCM_GCC_2290
 	help
 	  Support for the graphics clock controller on QCM2290 devices.
 	  Say Y if you want to support graphics controller devices and
-- 
2.45.2


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

* Re: [PATCH] clk: qcom: select right config in CLK_QCM2290_GPUCC definition
  2024-06-20 20:14 [PATCH] clk: qcom: select right config in CLK_QCM2290_GPUCC definition Lukas Bulwahn
@ 2024-06-20 20:24 ` Dmitry Baryshkov
  2024-06-21  6:11 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Baryshkov @ 2024-06-20 20:24 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Bjorn Andersson, Michael Turquette, Stephen Boyd, linux-arm-msm,
	linux-clk, kernel-janitors, linux-kernel, Lukas Bulwahn

On Thu, Jun 20, 2024 at 10:14:31PM GMT, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit 8cab033628b1 ("clk: qcom: Add QCM2290 GPU clock controller driver")
> adds the config CLK_QCM2290_GPUCC, which intends to select the support for
> the QCM2290 Global Clock Controller. It however selects the non-existing
> config CLK_QCM2290_GCC, whereas the config for the QCM2290 Global Clock
> Controller is named QCM_GCC_2290.
> 
> Adjust the config to the intended one.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  drivers/clk/qcom/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Fixes: 8cab033628b1 ("clk: qcom: Add QCM2290 GPU clock controller driver")

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


-- 
With best wishes
Dmitry

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

* Re: [PATCH] clk: qcom: select right config in CLK_QCM2290_GPUCC definition
  2024-06-20 20:14 [PATCH] clk: qcom: select right config in CLK_QCM2290_GPUCC definition Lukas Bulwahn
  2024-06-20 20:24 ` Dmitry Baryshkov
@ 2024-06-21  6:11 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2024-06-21  6:11 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, linux-arm-msm, linux-clk,
	Lukas Bulwahn
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn


On Thu, 20 Jun 2024 22:14:31 +0200, Lukas Bulwahn wrote:
> Commit 8cab033628b1 ("clk: qcom: Add QCM2290 GPU clock controller driver")
> adds the config CLK_QCM2290_GPUCC, which intends to select the support for
> the QCM2290 Global Clock Controller. It however selects the non-existing
> config CLK_QCM2290_GCC, whereas the config for the QCM2290 Global Clock
> Controller is named QCM_GCC_2290.
> 
> Adjust the config to the intended one.
> 
> [...]

Applied, thanks!

[1/1] clk: qcom: select right config in CLK_QCM2290_GPUCC definition
      commit: f8d1dca6c44dff362102b1f535b6dab552edb760

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

end of thread, other threads:[~2024-06-21  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 20:14 [PATCH] clk: qcom: select right config in CLK_QCM2290_GPUCC definition Lukas Bulwahn
2024-06-20 20:24 ` Dmitry Baryshkov
2024-06-21  6:11 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox