Skip to content

Commit af3bd36

Browse files
Cixi Gengbebarino
authored andcommitted
clk: sprd: Add clocks support for UMS512
Add the list of clocks for the Unisoc UMS512, along with clock initialization. Signed-off-by: Cixi Geng <cixi.geng1@unisoc.com> Link: https://lore.kernel.org/r/20220909152421.278662-3-gengcixi@gmail.com Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 568035b commit af3bd36

File tree

3 files changed

+2209
-0
lines changed

3 files changed

+2209
-0
lines changed

drivers/clk/sprd/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ config SPRD_SC9863A_CLK
2121
help
2222
Support for the global clock controller on sc9863a devices.
2323
Say Y if you want to use peripheral devices on sc9863a SoC.
24+
25+
config SPRD_UMS512_CLK
26+
tristate "Support for the Spreadtrum UMS512 clocks"
27+
help
28+
Support for the global clock controller on ums512 devices.
29+
Say Y if you want to use peripheral devices on ums512 SoC.
2430
endif

drivers/clk/sprd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ clk-sprd-y += pll.o
1111
## SoC support
1212
obj-$(CONFIG_SPRD_SC9860_CLK) += sc9860-clk.o
1313
obj-$(CONFIG_SPRD_SC9863A_CLK) += sc9863a-clk.o
14+
obj-$(CONFIG_SPRD_UMS512_CLK) += ums512-clk.o

0 commit comments

Comments
 (0)