Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC
@ 2025-01-07 10:47 Lukas Bulwahn
  2025-01-08  4:47 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2025-01-07 10:47 UTC (permalink / raw)
  To: Konrad Dybcio, Konrad Dybcio, 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 99c21c7ca642 ("clk: qcom: Add X1P42100 GPUCC driver") adds the
config definition CLK_X1P42100_GPUCC. This config definition selects the
non-existing config CLK_X1E8010_GCC. Note that the config for the X1E80100
Global Clock Controller is CLK_X1E80100_GCC.

Assuming this was just a minor typo in the number, i.e., 8010 instead of
80100, change the definition to select the existing config
CLK_X1E80100_GCC, similarly to the definitions for three configs
CLK_X1E80100_{CAMCC,DISPCC,GPUCC}.

Fixes: 99c21c7ca642 ("clk: qcom: Add X1P42100 GPUCC driver")
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 42c257e4c433..ecba763a1a59 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -67,7 +67,7 @@ config CLK_X1E80100_TCSRCC
 config CLK_X1P42100_GPUCC
 	tristate "X1P42100 Graphics Clock Controller"
 	depends on ARM64 || COMPILE_TEST
-	select CLK_X1E8010_GCC
+	select CLK_X1E80100_GCC
 	help
 	  Support for the graphics clock controller on X1P42100 devices.
 	  Say Y if you want to support graphics controller devices and
-- 
2.47.1


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

* Re: [PATCH] clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC
  2025-01-07 10:47 [PATCH] clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC Lukas Bulwahn
@ 2025-01-08  4:47 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2025-01-08  4:47 UTC (permalink / raw)
  To: Konrad Dybcio, Konrad Dybcio, Michael Turquette, Stephen Boyd,
	linux-arm-msm, linux-clk, Lukas Bulwahn
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn


On Tue, 07 Jan 2025 11:47:28 +0100, Lukas Bulwahn wrote:
> Commit 99c21c7ca642 ("clk: qcom: Add X1P42100 GPUCC driver") adds the
> config definition CLK_X1P42100_GPUCC. This config definition selects the
> non-existing config CLK_X1E8010_GCC. Note that the config for the X1E80100
> Global Clock Controller is CLK_X1E80100_GCC.
> 
> Assuming this was just a minor typo in the number, i.e., 8010 instead of
> 80100, change the definition to select the existing config
> CLK_X1E80100_GCC, similarly to the definitions for three configs
> CLK_X1E80100_{CAMCC,DISPCC,GPUCC}.
> 
> [...]

Applied, thanks!

[1/1] clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC
      commit: 5e419033b5cb20f9150bfec15dc6cdf10049e654

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

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07 10:47 [PATCH] clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC Lukas Bulwahn
2025-01-08  4:47 ` Bjorn Andersson

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