mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
82b0f4b7c5
Here we're using the old clock initialisation function as a template. It's necessary to remove all of the clk_register_clkdev() calls as they don't make sense when booting with Device Tree. Cc: Mike Turquette <mturquette@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
18 lines
264 B
Makefile
18 lines
264 B
Makefile
#
|
|
# Makefile for ux500 clocks
|
|
#
|
|
|
|
# Clock types
|
|
obj-y += clk-prcc.o
|
|
obj-y += clk-prcmu.o
|
|
obj-y += clk-sysctrl.o
|
|
|
|
# Clock definitions
|
|
obj-y += u8500_of_clk.o
|
|
obj-y += u8500_clk.o
|
|
obj-y += u9540_clk.o
|
|
obj-y += u8540_clk.o
|
|
|
|
# ABX500 clock driver
|
|
obj-y += abx500-clk.o
|