f38b0dd63f
The OMAP clock driver now supports DPLL clock type. This patch also adds support for DT DPLL nodes. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
5 lines
70 B
Makefile
5 lines
70 B
Makefile
ifneq ($(CONFIG_OF),)
|
|
obj-y += clk.o
|
|
clk-common = dpll.o
|
|
endif
|