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>
This commit is contained in:
Родитель
568035b01c
Коммит
af3bd36573
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче