mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-14 00:24:15 +08:00
975e15487d
This is a multipurpose clock node, which contains support for multiple sub-clocks. Uses basic composite clock type to implement the actual functionality, and TI specific gate, mux and divider clocks. 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
93 B
Makefile
5 lines
93 B
Makefile
ifneq ($(CONFIG_OF),)
|
|
obj-y += clk.o autoidle.o
|
|
clk-common = dpll.o composite.o
|
|
endif
|