summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-zynq.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: zynq: Use common of_clk_init() functionPrashant Gaikwad2013-01-241-10/+4
| | | | | | | | | Use common of_clk_init() function for clock initialization. Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Josh Cartwright <josh.cartwright@ni.com> Tested-by: Josh Cartwright <josh.cartwright@ni.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
* clk: Add support for fundamental zynq clksJosh Cartwright2012-11-141-0/+383
Provide simplified models for the necessary clocks on the zynq-7000 platform. Currently, the PLLs, the CPU clock network, and the basic peripheral clock networks (for SDIO, SMC, SPI, QSPI, UART) are modelled. OF bindings are also provided and documented. Signed-off-by: Josh Cartwright <josh.cartwright@ni.com> Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Acked-by: Mike Turquette <mturquette@linaro.org> Acked-by: Michal Simek <michal.simek@xilinx.com>
OpenPOWER on IntegriCloud