diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-05-09 22:33:37 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-06-11 09:58:44 +0200 |
commit | ff01df28e558c194836121c6d45954eaa4bcf93d (patch) | |
tree | a935a112af055f550bee4d5c59ba42132fbae9c1 /drivers/clk/sunxi/Makefile | |
parent | 2c6fba1038f2b27fffe7ab0ddd42f9f283128105 (diff) |
clk: sunxi: Move the 24M oscillator to a file of its own
Since we have a folder of our own, we can actually make use of it by
splitting the huge clock file into several sub drivers.
The main oscillator is pretty easy to deal with, since it's pretty much
isolated.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Diffstat (limited to 'drivers/clk/sunxi/Makefile')
-rw-r--r-- | drivers/clk/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile index b5bac917612c..2c3d2fed2560 100644 --- a/drivers/clk/sunxi/Makefile +++ b/drivers/clk/sunxi/Makefile @@ -3,3 +3,4 @@ # obj-y += clk-sunxi.o clk-factors.o +obj-y += clk-a10-hosc.o
\ No newline at end of file |