]> www.infradead.org Git - users/dwmw2/linux.git/commit
clk: qcom: select right config in CLK_QCM2290_GPUCC definition
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Thu, 20 Jun 2024 20:14:31 +0000 (22:14 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 21 Jun 2024 05:50:09 +0000 (00:50 -0500)
commitf8d1dca6c44dff362102b1f535b6dab552edb760
treec3e3dfe2bd8b0f752f70f58abf49710de51dbab9
parente429be706f2a1bd0c9a780793fff6b3784fb4204
clk: qcom: select right config in CLK_QCM2290_GPUCC definition

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>
Fixes: 8cab033628b1 ("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>
drivers/clk/qcom/Kconfig