clk: zx: add clock support to zx296702
authorJun Nie <jun.nie@linaro.org>
Thu, 4 Jun 2015 03:21:01 +0000 (11:21 +0800)
committerKevin Hilman <khilman@linaro.org>
Thu, 11 Jun 2015 23:18:08 +0000 (16:18 -0700)
commit5a46580812266c85a2cd0ee530e4039ea5f76a19
tree3e130c8954a644ebea33234c8de10294fe114b80
parentf3519dc6f090eb2315af58ab46857f0c6f45bae4
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>
drivers/clk/Makefile
drivers/clk/zte/Makefile [new file with mode: 0644]
drivers/clk/zte/clk-pll.c [new file with mode: 0644]
drivers/clk/zte/clk-zx296702.c [new file with mode: 0644]
drivers/clk/zte/clk.h [new file with mode: 0644]