mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00

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>
11 lines
277 B
Makefile
11 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
|