diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-10-11 10:44:49 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-02 15:31:22 +0100 |
commit | 38d34c3120b5588e2bd561baa4c5cfef1a4917bb (patch) | |
tree | f064287617170449b03ead6cc9e63bf2c5014ab5 /drivers/clk/at91/Makefile | |
parent | clk: at91: add PMC macro file for dt definitions (diff) | |
download | linux-38d34c3120b5588e2bd561baa4c5cfef1a4917bb.tar.xz linux-38d34c3120b5588e2bd561baa4c5cfef1a4917bb.zip |
clk: at91: add PMC main clock
This patch adds new at91 main oscillator clock implementation using common
clk framework.
If rate is not provided during clock registration it is calculated using
the slow clock (main clk parent in this case) rate and MCFR register.
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/at91/Makefile b/drivers/clk/at91/Makefile index 1d4fb214bbc4..44105bd44aa1 100644 --- a/drivers/clk/at91/Makefile +++ b/drivers/clk/at91/Makefile @@ -3,3 +3,4 @@ # obj-y += pmc.o +obj-y += clk-main.o |