mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 02:25:20 +07:00
cdb09f67a2
Some clocks on the Spreadtrum's SoCs are just simple gates. Add support for those clocks. Signed-off-by: Chunyan Zhang <chunyan.zhang@spreadtrum.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
5 lines
89 B
Makefile
5 lines
89 B
Makefile
obj-$(CONFIG_SPRD_COMMON_CLK) += clk-sprd.o
|
|
|
|
clk-sprd-y += common.o
|
|
clk-sprd-y += gate.o
|