Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: imx6: use common of_clk_init() call to initialize clocks | Shawn Guo | 2013-06-17 |
| | | | | | | | | Instead of explicitly calling clock initialization functions, we can declare the functions with CLK_OF_DECLARE() and then call common of_clk_init() to have them invoked properly. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> | ||
* | ARM: imx: add clock support for imx6sl | Shawn Guo | 2013-06-17 |
Add clock support for i.MX6 SoloLite. It uses the dtc marco support to define all clock IDs in imx6sl-clock.h, which will be included by both clock driver and device tree sources, so that the data will stay sync all the time between kernel and DT. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> |