Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: sm6115: Select QCOM_GDSC

While working on the Fxtec Pro1X device, this error shows up with
my own minimal configuration:

gcc-sm6115: probe of 1400000.clock-controller failed with error -38

The clock driver depends on CONFIG_QCOM_GDSC and after enabling
that, the driver probes successfully.

Signed-off-by: Dang Huynh <danct12@riseup.net>
Fixes: cbe63bfdc54f ("clk: qcom: Add Global Clock controller (GCC)
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220910170207.1592220-1-danct12@riseup.net

authored by

Dang Huynh and committed by
Bjorn Andersson
50ee65dc 7c6a6641

+1
+1
drivers/clk/qcom/Kconfig
··· 645 645 646 646 config SM_GCC_6115 647 647 tristate "SM6115 and SM4250 Global Clock Controller" 648 + select QCOM_GDSC 648 649 help 649 650 Support for the global clock controller on SM6115 and SM4250 devices. 650 651 Say Y if you want to use peripheral devices such as UART, SPI,