mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 17:16:41 +07:00
d08f1f0d59
Core support code for CPU frequency changes, which will be used by the generic cpufreq driver. The register view is different from the generic clk-mux; it has a separate status register, and an update bit to load the register setting. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
12 lines
277 B
Makefile
12 lines
277 B
Makefile
obj-y += clk-uniphier-core.o
|
|
|
|
obj-y += clk-uniphier-cpugear.o
|
|
obj-y += clk-uniphier-fixed-factor.o
|
|
obj-y += clk-uniphier-fixed-rate.o
|
|
obj-y += clk-uniphier-gate.o
|
|
obj-y += clk-uniphier-mux.o
|
|
|
|
obj-y += clk-uniphier-sys.o
|
|
obj-y += clk-uniphier-mio.o
|
|
obj-y += clk-uniphier-peri.o
|