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