[PATCH v2 09/11] clk: tegra: add dt support
From: Stephen Warren <hidden>
Date: 2013-01-02 22:06:15
Also in:
linux-tegra, lkml
From: Stephen Warren <hidden>
Date: 2013-01-02 22:06:15
Also in:
linux-tegra, lkml
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?