aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_zynq.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17clk: zynq: Add optional ethernet emio clock source supportStefan Herbrechtsmeier1-0/+29
Add support for the optional ethernet emio clock source to the zynq clock framework driver. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2017-02-17clk: zynq: Add zynq clock framework driverStefan Herbrechtsmeier1-0/+459
Add a clock framework driver for the zynq platform. The driver is based on the platform zynq clock driver but reworked to use static functions instead of run-time generated objects even for unused clocks. Additionally the CONFIG_ZYNQ_PS_CLK_FREQ is replaced by the ps-clk-frequency from the device tree. Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>