mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-14 00:24:15 +08:00
b1a07b478b
TI clk driver now routes some of the basic clocks through own registration routine to allow autoidle support. This routine just checks a couple of device node properties and adds autoidle support if required, and just passes the registration forward to basic 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
81 B
Makefile
5 lines
81 B
Makefile
ifneq ($(CONFIG_OF),)
|
|
obj-y += clk.o autoidle.o
|
|
clk-common = dpll.o
|
|
endif
|