diff options
author | Jiancheng Xue <xuejiancheng@hisilicon.com> | 2016-04-23 10:40:30 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-05-06 21:13:32 +0300 |
commit | 6c9da387c8d5c5254857d2782bd6c314226f4f27 (patch) | |
tree | 3189ede959921db199f190d8aed8b8ab2fde692a /drivers/clk/hisilicon/Makefile | |
parent | f6ff57c8abde68c0bb8e0d4539f4204fc5ba45ae (diff) | |
download | linux-6c9da387c8d5c5254857d2782bd6c314226f4f27.tar.xz |
clk: hisilicon: add CRG driver for hi3519 soc
The CRG(Clock and Reset Generator) block provides clock
and reset signals for other modules in hi3519 soc.
Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/hisilicon/Makefile')
-rw-r--r-- | drivers/clk/hisilicon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/hisilicon/Makefile b/drivers/clk/hisilicon/Makefile index c03775350e63..e169ec7da023 100644 --- a/drivers/clk/hisilicon/Makefile +++ b/drivers/clk/hisilicon/Makefile @@ -7,6 +7,7 @@ obj-y += clk.o clkgate-separated.o clkdivider-hi6220.o obj-$(CONFIG_ARCH_HI3xxx) += clk-hi3620.o obj-$(CONFIG_ARCH_HIP04) += clk-hip04.o obj-$(CONFIG_ARCH_HIX5HD2) += clk-hix5hd2.o +obj-$(CONFIG_COMMON_CLK_HI3519) += clk-hi3519.o obj-$(CONFIG_COMMON_CLK_HI6220) += clk-hi6220.o obj-$(CONFIG_RESET_HISI) += reset.o obj-$(CONFIG_STUB_CLK_HI6220) += clk-hi6220-stub.o |