Skip to content

Commit 5e41903

Browse files
bulwahnandersson
authored andcommitted
clk: qcom: Select CLK_X1E80100_GCC in config CLK_X1P42100_GPUCC
Commit 99c21c7 ("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: 99c21c7 ("clk: qcom: Add X1P42100 GPUCC driver") Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 7ec95ff commit 5e41903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ config CLK_X1E80100_TCSRCC
6767
config CLK_X1P42100_GPUCC
6868
tristate "X1P42100 Graphics Clock Controller"
6969
depends on ARM64 || COMPILE_TEST
70-
select CLK_X1E8010_GCC
70+
select CLK_X1E80100_GCC
7171
help
7272
Support for the graphics clock controller on X1P42100 devices.
7373
Say Y if you want to support graphics controller devices and

0 commit comments

Comments
 (0)