diff options
| author | Caleb Connolly <[email protected]> | 2024-04-08 15:06:50 +0200 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2024-04-23 13:29:04 +0200 |
| commit | 60b306e12fb167f322314bedffcd2cfc57dbfbbc (patch) | |
| tree | cfcce8c8b6823b1c5bb688be869ac13a70d2e4fb /drivers/clk/qcom/Makefile | |
| parent | c78210fce75af9373022ab11bb547f46bebd12b8 (diff) | |
clk/qcom: add driver for sm6115 GCC
Add a driver for the clock controller in the SM6115 SoC, this is used in
the QRB4210 RB2 board.
Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers/clk/qcom/Makefile')
| -rw-r--r-- | drivers/clk/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index 83aa8a92034..d38c5a9fb84 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_CLK_QCOM_APQ8096) += clock-apq8096.o obj-$(CONFIG_CLK_QCOM_IPQ4019) += clock-ipq4019.o obj-$(CONFIG_CLK_QCOM_QCM2290) += clock-qcm2290.o obj-$(CONFIG_CLK_QCOM_QCS404) += clock-qcs404.o +obj-$(CONFIG_CLK_QCOM_SM6115) += clock-sm6115.o |
