Skip to content

Commit 9524f95

Browse files
bulwahnandersson
authored andcommitted
clk: qcom: Select the intended config in QCS_DISPCC_615
Commit 9b47105 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver") adds the config QCS_DISPCC_615, which selects the non-existing config QCM_GCC_615. Probably, this is just a three-letter abbreviation mix-up here, though. There is a config named QCS_GCC_615, and the related config QCS_CAMCC_615 selects that config. Fix the typo and use the intended config name in the select command. Fixes: 9b47105 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Reviewed-by: Imran Shaik <imran.shaik@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250902121754.277452-1-lukas.bulwahn@redhat.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 1e50f5c commit 9524f95

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
@@ -531,7 +531,7 @@ config QCM_DISPCC_2290
531531

532532
config QCS_DISPCC_615
533533
tristate "QCS615 Display Clock Controller"
534-
select QCM_GCC_615
534+
select QCS_GCC_615
535535
help
536536
Support for the display clock controller on Qualcomm Technologies, Inc
537537
QCS615 devices.

0 commit comments

Comments
 (0)