mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
992a56e489
Since we know have the ability to declare factors clock outside of clk-sunxi, create a new mod0 driver to deal with the mod0 clocks. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Hans de Goede <hdegoede@redhat.com>
13 lines
256 B
Makefile
13 lines
256 B
Makefile
#
|
|
# Makefile for sunxi specific clk
|
|
#
|
|
|
|
obj-y += clk-sunxi.o clk-factors.o
|
|
obj-y += clk-a10-hosc.o
|
|
obj-y += clk-a20-gmac.o
|
|
obj-y += clk-mod0.o
|
|
|
|
obj-$(CONFIG_MFD_SUN6I_PRCM) += \
|
|
clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \
|
|
clk-sun8i-apb0.o
|