[PATCH 05/10] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC
Kathiravan Thirumoorthy
quic_kathirav at quicinc.com
Wed Jan 25 07:53:43 PST 2023
On 1/25/2023 4:44 PM, Krzysztof Kozlowski wrote:
> On 25/01/2023 11:45, Kathiravan Thirumoorthy wrote:
>> From: Kathiravan T <quic_kathirav at quicinc.com>
>>
>> Add support for the global clock controller found on IPQ5332 SoC.
>>
>> Signed-off-by: Kathiravan T <quic_kathirav at quicinc.com>
>> ---
>> drivers/clk/qcom/Kconfig | 7 +
>> drivers/clk/qcom/Makefile | 1 +
>> drivers/clk/qcom/gcc-ipq5332.c | 3954 ++++++++++++++++++++++++++++++++
>> 3 files changed, 3962 insertions(+)
>> create mode 100644 drivers/clk/qcom/gcc-ipq5332.c
>>
>> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
>> index 70d43f0a8919..1d300c89ecfc 100644
>> --- a/drivers/clk/qcom/Kconfig
>> +++ b/drivers/clk/qcom/Kconfig
>> @@ -141,6 +141,13 @@ config IPQ_GCC_4019
>> Say Y if you want to use peripheral devices such as UART, SPI,
>> i2c, USB, SD/eMMC, etc.
>>
>> +config IPQ_GCC_5332
>> + tristate "IPQ5332 Global Clock Controller"
> depends on ARM64 || COMPILE_TEST
Ack.
>
>
>
> Best regards,
> Krzysztof
Thanks,
Kathiravan T.
More information about the linux-arm-kernel
mailing list