]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 7 Jan 2025 10:47:28 +0000 (11:47 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 8 Jan 2025 04:45:19 +0000 (22:45 -0600)
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>
Link: https://lore.kernel.org/r/20250107104728.23098-1-lukas.bulwahn@redhat.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/Kconfig

index f2e207e36907bf20df6909711ee478ff2bbf7e6e..69bbf62ba3cd7b8d1cb2bb784416ac0e5fdbf9e3 100644 (file)
@@ -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