diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-02 09:57:28 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:30:58 +0300 |
commit | b138b0283d35bed0cd3353d7e39add8ac493eb37 (patch) | |
tree | e748f08276e90652b80e7eb48a6925f1a00b5929 /arch/arm/mach-omap2/Makefile | |
parent | f3b19aa5cab65f7e73613aa37f6851ce56b794d1 (diff) | |
download | op-kernel-dev-b138b0283d35bed0cd3353d7e39add8ac493eb37.zip op-kernel-dev-b138b0283d35bed0cd3353d7e39add8ac493eb37.tar.gz |
clk: ti: move generic OMAP DPLL implementation under drivers/clk
With the legacy clock data now gone, we can start moving OMAP clock
type implementations under clock driver. Start this with moving the
generic OMAP DPLL clock type under TI clock driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index ec002bd..fcb5d47 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -13,7 +13,7 @@ obj-y := id.o io.o control.o mux.o devices.o fb.o serial.o timer.o pm.o \ hwmod-common = omap_hwmod.o omap_hwmod_reset.o \ omap_hwmod_common_data.o clock-common = clock.o clock_common_data.o \ - clkt_dpll.o clkt_clksel.o + clkt_clksel.o secure-common = omap-smc.o omap-secure.o obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(hwmod-common) |