Skip to content

Commit f8d1dca

Browse files
bulwahnandersson
authored andcommitted
clk: qcom: select right config in CLK_QCM2290_GPUCC definition
Commit 8cab033 ("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> Fixes: 8cab033 ("clk: qcom: Add QCM2290 GPU clock controller driver") Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240620201431.93254-1-lukas.bulwahn@redhat.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e429be7 commit f8d1dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ config CLK_X1E80100_TCSRCC
6565
config CLK_QCM2290_GPUCC
6666
tristate "QCM2290 Graphics Clock Controller"
6767
depends on ARM64 || COMPILE_TEST
68-
select CLK_QCM2290_GCC
68+
select QCM_GCC_2290
6969
help
7070
Support for the graphics clock controller on QCM2290 devices.
7171
Say Y if you want to support graphics controller devices and

0 commit comments

Comments
 (0)