Merge tag 'zynqmp-soc-clk-for-v4.20' of https://github.com/Xilinx/linux-xlnx into next/drivers
arm64: zynqmp: SoC CLK changes for v4.20 This patchset adds CCF compliant clock driver for ZynqMP. Clock driver queries supported clock information from firmware and regiters pll and output clocks with CCF. * tag 'zynqmp-soc-clk-for-v4.20' of https://github.com/Xilinx/linux-xlnx: drivers: clk: Add ZynqMP clock driver dt-bindings: clock: Add bindings for ZynqMP clock driver firmware: xilinx: Add zynqmp IOCTL API for device control Documentation: xilinx: Add documentation for eemi APIs Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Showing
drivers/clk/zynqmp/Kconfig
0 → 100644
drivers/clk/zynqmp/Makefile
0 → 100644
drivers/clk/zynqmp/clkc.c
0 → 100644
This diff is collapsed.
drivers/clk/zynqmp/divider.c
0 → 100644
drivers/clk/zynqmp/pll.c
0 → 100644
Please register or sign in to comment