Message ID | 20211003083141.613509-2-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | Initial Fairphone 4 support | expand |
On 03.10.2021 10:31, Luca Weiss wrote: > QCOM_GDSC is needed for the gcc driver to probe. > > Fixes: 131abae905df ("clk: qcom: Add SM6350 GCC driver") > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > Missed that, as I had more GCC drivers enabled in my config, good catch. Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Konrad
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 0a5596797b93..9ef007b3cf9b 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -564,6 +564,7 @@ config SM_GCC_6125 config SM_GCC_6350 tristate "SM6350 Global Clock Controller" + select QCOM_GDSC help Support for the global clock controller on SM6350 devices. Say Y if you want to use peripheral devices such as UART,
QCOM_GDSC is needed for the gcc driver to probe. Fixes: 131abae905df ("clk: qcom: Add SM6350 GCC driver") Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- drivers/clk/qcom/Kconfig | 1 + 1 file changed, 1 insertion(+)