This behaves exactly in similar manner to basic fixed-factor-clock, but adds a few properties on top for handling clock hardware autoidling. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
6 lines
127 B
Makefile
6 lines
127 B
Makefile
ifneq ($(CONFIG_OF),)
|
|
obj-y += clk.o autoidle.o
|
|
clk-common = dpll.o composite.o divider.o \
|
|
fixed-factor.o
|
|
endif
|