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