diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-06-04 11:21:01 +0800 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-06-11 16:18:08 -0700 |
commit | 5a46580812266c85a2cd0ee530e4039ea5f76a19 (patch) | |
tree | 3e130c8954a644ebea33234c8de10294fe114b80 /drivers/clk/Makefile | |
parent | f3519dc6f090eb2315af58ab46857f0c6f45bae4 (diff) | |
download | linux-5a46580812266c85a2cd0ee530e4039ea5f76a19.tar.gz linux-5a46580812266c85a2cd0ee530e4039ea5f76a19.tar.bz2 linux-5a46580812266c85a2cd0ee530e4039ea5f76a19.zip |
clk: zx: add clock support to zx296702
It adds a clock driver for zx296702 SoC to register the clock tree to
Common Clock Framework. All the clocks of bus topology and some the
peripheral clocks are ready with this commit. Some missing leaf clocks
for peripherals will be added later when needed.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 3d00c25382c5..f4c68beafe0a 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -72,4 +72,5 @@ obj-$(CONFIG_ARCH_OMAP2PLUS) += ti/ obj-$(CONFIG_ARCH_U8500) += ux500/ obj-$(CONFIG_COMMON_CLK_VERSATILE) += versatile/ obj-$(CONFIG_X86) += x86/ +obj-$(CONFIG_ARCH_ZX) += zte/ obj-$(CONFIG_ARCH_ZYNQ) += zynq/ |