aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/at91/Makefile
diff options
context:
space:
mode:
authorBoris BREZILLON <b.brezillon@overkiz.com>2013-10-11 12:22:06 +0200
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-12-02 15:31:25 +0100
commitf090fb37def3eb9ea49b71751dbe43f423f3a152 (patch)
tree50cb4902013dfa7addaeaba993b37f8af674303b /drivers/clk/at91/Makefile
parentclk: at91: add PMC programmable clocks (diff)
downloadwireguard-linux-f090fb37def3eb9ea49b71751dbe43f423f3a152.tar.xz
wireguard-linux-f090fb37def3eb9ea49b71751dbe43f423f3a152.zip
clk: at91: add PMC utmi clock
This adds new at91 utmi clock implementation using common clk framework. This clock is a pll with a fixed factor (x40). It is used as a source for usb clock. 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>
Diffstat (limited to 'drivers/clk/at91/Makefile')
-rw-r--r--drivers/clk/at91/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/at91/Makefile b/drivers/clk/at91/Makefile
index 3873b621768f..a82488323ea4 100644
--- a/drivers/clk/at91/Makefile
+++ b/drivers/clk/at91/Makefile
@@ -7,3 +7,4 @@ obj-y += clk-main.o clk-pll.o clk-plldiv.o clk-master.o
obj-y += clk-system.o clk-peripheral.o
obj-$(CONFIG_AT91_PROGRAMMABLE_CLOCKS) += clk-programmable.o
+obj-$(CONFIG_HAVE_AT91_UTMI) += clk-utmi.o