mirror of
https://github.com/torvalds/linux.git
synced 2024-12-24 11:51:27 +00:00
7b42a997bf
The R8A7779 SoC has several clocks that are too custom to be supported in a generic driver. Those clocks are all fixed rate clocks with multiplier and divisor set according to boot mode configuration. Based on work for R-Car Gen2 SoCs by Laurent Pinchart. Cc: devicetree@vger.kernel.org Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Mike Turquette <mturquette@linaro.org>
10 lines
355 B
Makefile
10 lines
355 B
Makefile
obj-$(CONFIG_ARCH_EMEV2) += clk-emev2.o
|
|
obj-$(CONFIG_ARCH_R7S72100) += clk-rz.o
|
|
obj-$(CONFIG_ARCH_R8A7779) += clk-r8a7779.o
|
|
obj-$(CONFIG_ARCH_R8A7790) += clk-rcar-gen2.o
|
|
obj-$(CONFIG_ARCH_R8A7791) += clk-rcar-gen2.o
|
|
obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-div6.o
|
|
obj-$(CONFIG_ARCH_SHMOBILE_MULTI) += clk-mstp.o
|
|
# for emply built-in.o
|
|
obj-n := dummy
|