2013-02-25 14:44:26 +00:00
|
|
|
#
|
|
|
|
# Makefile for sunxi specific clk
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y += clk-sunxi.o clk-factors.o
|
2014-07-18 18:49:37 +00:00
|
|
|
obj-y += clk-a10-codec.o
|
2014-05-10 03:33:38 +00:00
|
|
|
obj-y += clk-a10-hosc.o
|
2014-07-18 18:28:02 +00:00
|
|
|
obj-y += clk-a10-mod1.o
|
clk: sunxi: Add a driver for the PLL2
The PLL2 on the A10 and later SoCs is the clock used for all the audio
related operations.
This clock has a somewhat complex output tree, with three outputs (2X, 4X
and 8X) with a fixed divider from the base clock, and an output (1X) with a
post divider.
However, we can simplify things since the 1X divider can be fixed, and we
end up by having a base clock not exposed to any device (or at least
directly, since the 4X output doesn't have any divider), and 4 fixed
divider clocks that will be exposed.
This clock seems to have been introduced, at least in this form, in the
revision B of the A10, but we don't have any information on the clock used
on the revision A.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
2014-07-18 18:48:35 +00:00
|
|
|
obj-y += clk-a10-pll2.o
|
2015-12-05 13:16:43 +00:00
|
|
|
obj-y += clk-a10-ve.o
|
2014-05-10 03:33:38 +00:00
|
|
|
obj-y += clk-a20-gmac.o
|
2014-07-10 21:55:18 +00:00
|
|
|
obj-y += clk-mod0.o
|
2015-07-31 17:46:22 +00:00
|
|
|
obj-y += clk-simple-gates.o
|
2016-04-25 13:22:42 +00:00
|
|
|
obj-y += clk-sun4i-display.o
|
2016-03-23 16:38:26 +00:00
|
|
|
obj-y += clk-sun4i-pll3.o
|
2015-07-01 13:48:37 +00:00
|
|
|
obj-y += clk-sun4i-tcon-ch1.o
|
2015-12-04 21:24:40 +00:00
|
|
|
obj-y += clk-sun8i-bus-gates.o
|
2014-09-16 10:04:01 +00:00
|
|
|
obj-y += clk-sun8i-mbus.o
|
2014-10-20 14:10:27 +00:00
|
|
|
obj-y += clk-sun9i-core.o
|
2015-01-20 15:46:31 +00:00
|
|
|
obj-y += clk-sun9i-mmc.o
|
2015-01-27 19:54:06 +00:00
|
|
|
obj-y += clk-usb.o
|
2014-05-15 08:55:11 +00:00
|
|
|
|
2015-12-03 07:05:30 +00:00
|
|
|
obj-$(CONFIG_MACH_SUN9I) += clk-sun8i-apb0.o
|
2015-11-29 03:03:08 +00:00
|
|
|
obj-$(CONFIG_MACH_SUN9I) += clk-sun9i-cpus.o
|
|
|
|
|
2014-07-03 14:55:41 +00:00
|
|
|
obj-$(CONFIG_MFD_SUN6I_PRCM) += \
|
|
|
|
clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \
|
|
|
|
clk-sun8i-apb0.o
|