]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8826fb48917c4639cd8f51e52bdcd5a0755a4473
tree3e130c8954a644ebea33234c8de10294fe114b80
parentee4b28dc77b747c8b2e0506b555400e8b2e7a72a
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]