[PATCH v2 09/11] clk: tegra: add dt support
Stephen Warren
swarren at wwwdotorg.org
Wed Jan 2 17:06:11 EST 2013
On 12/27/2012 07:47 AM, Prashant Gaikwad wrote:
> Add support to initialize clock from DT.
Rather than require every separate clock driver to create a header in
include/linux/clk/$socname.h, would it make sense to create a single
function that can initialize any enable SoC's clocks, using a scheme
similar to:
https://lkml.org/lkml/2012/11/20/706
That's in linux-next as of today, and Thomas Petazzoni was working on
something similar for irqchips. It probably wouldn't be too hard to do
the same for clock initialization?
More information about the linux-arm-kernel
mailing list