OSDN Git Service

clk: ti: Initialize clocks for dm816x
authorTony Lindgren <tony@atomide.com>
Tue, 13 Jan 2015 22:51:28 +0000 (14:51 -0800)
committerMichael Turquette <mturquette@linaro.org>
Tue, 20 Jan 2015 18:09:08 +0000 (10:09 -0800)
commit1a34275d347fd4602443417d11031b77d368cae9
treed9bd9acaf735430b1b4496d7d199a421ec6dfedb
parent163152cbbe32177154cb6a2832b5c15324669bc1
clk: ti: Initialize clocks for dm816x

The clocks on ti81xx are not compatible with omap3. On dm816x
the clock source is a FAPLL (Flying Adder PLL), and on dm814x
there seems to be an APLL (All Digital PLL).

Let's fix up things for dm816x in preparation for adding the
FAPLL support. As we already have a dummy ti81xx_dt_clk_init()
in place, let's use that for now to avoid adding a dependency
to the omap patches.

Later on if somebody adds dm814x support we can split the
ti81xx_dt_clk_init() clock init function as needed.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/ti/Makefile
drivers/clk/ti/clk-3xxx.c
drivers/clk/ti/clk-816x.c [new file with mode: 0644]