mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
1308239858
Pull out the MMC clock configuration function and make it into SSP clock configuration function, so it can be used by the SPI driver too. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Chris Ball <cjb@laptop.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
9 lines
182 B
Makefile
9 lines
182 B
Makefile
#
|
|
# Makefile for mxs specific clk
|
|
#
|
|
|
|
obj-y += clk.o clk-pll.o clk-ref.o clk-div.o clk-frac.o clk-ssp.o
|
|
|
|
obj-$(CONFIG_SOC_IMX23) += clk-imx23.o
|
|
obj-$(CONFIG_SOC_IMX28) += clk-imx28.o
|