2013-02-25 22:44:26 +08:00
|
|
|
#
|
|
|
|
# Makefile for sunxi specific clk
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y += clk-sunxi.o clk-factors.o
|
2014-07-19 02:49:37 +08:00
|
|
|
obj-y += clk-a10-codec.o
|
2014-05-10 11:33:38 +08:00
|
|
|
obj-y += clk-a10-hosc.o
|
2014-07-19 02:28:02 +08: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-19 02:48:35 +08:00
|
|
|
obj-y += clk-a10-pll2.o
|
2015-12-05 21:16:43 +08:00
|
|
|
obj-y += clk-a10-ve.o
|
2014-05-10 11:33:38 +08:00
|
|
|
obj-y += clk-a20-gmac.o
|
2014-07-11 05:55:18 +08:00
|
|
|
obj-y += clk-mod0.o
|
2015-08-01 01:46:22 +08:00
|
|
|
obj-y += clk-simple-gates.o
|
2016-03-24 00:38:26 +08:00
|
|
|
obj-y += clk-sun4i-pll3.o
|
2015-07-01 21:48:37 +08:00
|
|
|
obj-y += clk-sun4i-tcon-ch1.o
|
2015-12-05 05:24:40 +08:00
|
|
|
obj-y += clk-sun8i-bus-gates.o
|
2014-09-16 18:04:01 +08:00
|
|
|
obj-y += clk-sun8i-mbus.o
|
2014-10-20 22:10:27 +08:00
|
|
|
obj-y += clk-sun9i-core.o
|
2015-01-20 23:46:31 +08:00
|
|
|
obj-y += clk-sun9i-mmc.o
|
2015-01-28 03:54:06 +08:00
|
|
|
obj-y += clk-usb.o
|
2014-05-15 16:55:11 +08:00
|
|
|
|
2015-12-03 15:05:30 +08:00
|
|
|
obj-$(CONFIG_MACH_SUN9I) += clk-sun8i-apb0.o
|
2015-11-29 11:03:08 +08:00
|
|
|
obj-$(CONFIG_MACH_SUN9I) += clk-sun9i-cpus.o
|
|
|
|
|
2014-07-03 22:55:41 +08:00
|
|
|
obj-$(CONFIG_MFD_SUN6I_PRCM) += \
|
|
|
|
clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \
|
|
|
|
clk-sun8i-apb0.o
|