mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
5fba62ea26
This patch adds new at91 system clock implementation using common clk framework. Some peripherals need to enable a "system" clock in order to work properly. Each system clock is given an id based on the bit position in SCER/SCDR registers. Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
8 lines
131 B
Makefile
8 lines
131 B
Makefile
#
|
|
# Makefile for at91 specific clk
|
|
#
|
|
|
|
obj-y += pmc.o
|
|
obj-y += clk-main.o clk-pll.o clk-plldiv.o clk-master.o
|
|
obj-y += clk-system.o
|