forked from Minki/linux
9c8176bfb6
The MBUS clock on sun8i is slightly different from the old mod0 clocks. The divider is 3 bits wider, while also needing a divider table for the higher 4 values, which all set the same divider. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
14 lines
282 B
Makefile
14 lines
282 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-y += clk-sun8i-mbus.o
|
|
|
|
obj-$(CONFIG_MFD_SUN6I_PRCM) += \
|
|
clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \
|
|
clk-sun8i-apb0.o
|