Commit af3bd365 authored by Cixi Geng's avatar Cixi Geng Committed by Stephen Boyd
Browse files

clk: sprd: Add clocks support for UMS512



Add the list of clocks for the Unisoc UMS512, along with clock
initialization.

Signed-off-by: default avatarCixi Geng <cixi.geng1@unisoc.com>
Link: https://lore.kernel.org/r/20220909152421.278662-3-gengcixi@gmail.com


Reviewed-by: default avatarBaolin Wang <baolin.wang@linux.alibaba.com>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 568035b0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -21,4 +21,10 @@ config SPRD_SC9863A_CLK
	help
	  Support for the global clock controller on sc9863a devices.
	  Say Y if you want to use peripheral devices on sc9863a SoC.

config SPRD_UMS512_CLK
	tristate "Support for the Spreadtrum UMS512 clocks"
	help
	  Support for the global clock controller on ums512 devices.
	  Say Y if you want to use peripheral devices on ums512 SoC.
endif
+1 −0
Original line number Diff line number Diff line
@@ -11,3 +11,4 @@ clk-sprd-y += pll.o
## SoC support
obj-$(CONFIG_SPRD_SC9860_CLK)	+= sc9860-clk.o
obj-$(CONFIG_SPRD_SC9863A_CLK)	+= sc9863a-clk.o
obj-$(CONFIG_SPRD_UMS512_CLK)	+= ums512-clk.o
+2202 −0

File added.

Preview size limit exceeded, changes collapsed.