diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-05-08 16:48:51 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-08 16:48:51 -0400 |
commit | 5799ea12a41286d9588155a1abd828f43bc63d6b (patch) | |
tree | 0fdc1582a55e93c6015318d5d802ea998f5ff215 /drivers/clk/samsung/Makefile | |
parent | d8b532578f39fdec159105bc415938910351a699 (diff) |
clk: samsung: add clock driver for external clock outputs
This adds a driver for controlling the external clock outputs of
s3c24xx architectures including the dclk muxes and dividers.
The driver at the moment only supports the legacy non-dt boards using these
clock outputs. The clock-output control itself is part of the system-controller
mainly controlled by the pinctrl drivers. So it should most likely be
integrated there for dt platforms.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/clk/samsung/Makefile')
-rw-r--r-- | drivers/clk/samsung/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/samsung/Makefile b/drivers/clk/samsung/Makefile index 77313e27bc39..9892de4978e3 100644 --- a/drivers/clk/samsung/Makefile +++ b/drivers/clk/samsung/Makefile | |||
@@ -8,6 +8,7 @@ obj-$(CONFIG_SOC_EXYNOS5250) += clk-exynos5250.o | |||
8 | obj-$(CONFIG_SOC_EXYNOS5420) += clk-exynos5420.o | 8 | obj-$(CONFIG_SOC_EXYNOS5420) += clk-exynos5420.o |
9 | obj-$(CONFIG_SOC_EXYNOS5440) += clk-exynos5440.o | 9 | obj-$(CONFIG_SOC_EXYNOS5440) += clk-exynos5440.o |
10 | obj-$(CONFIG_ARCH_EXYNOS) += clk-exynos-audss.o | 10 | obj-$(CONFIG_ARCH_EXYNOS) += clk-exynos-audss.o |
11 | obj-$(CONFIG_S3C2410_COMMON_DCLK)+= clk-s3c2410-dclk.o | ||
11 | obj-$(CONFIG_S3C2412_COMMON_CLK)+= clk-s3c2412.o | 12 | obj-$(CONFIG_S3C2412_COMMON_CLK)+= clk-s3c2412.o |
12 | obj-$(CONFIG_S3C2443_COMMON_CLK)+= clk-s3c2443.o | 13 | obj-$(CONFIG_S3C2443_COMMON_CLK)+= clk-s3c2443.o |
13 | obj-$(CONFIG_ARCH_S3C64XX) += clk-s3c64xx.o | 14 | obj-$(CONFIG_ARCH_S3C64XX) += clk-s3c64xx.o |