
On 31.7.2017 16:45, Simon Glass wrote:
Hi Michal,
On 20 July 2017 at 03:03, Michal Simek michal.simek@xilinx.com wrote:
From: Siva Durga Prasad Paladugu siva.durga.paladugu@xilinx.com
Add support for CCF, this CCF reads the ref clocks from dt and checks all the required clock control registers for its source , divisors and calculates the clock from them. This supports clock and set functions.
Panic when read/write fails.
Signed-off-by: Siva Durga Prasad Paladugu sivadur@xilinx.com Signed-off-by: Michal Simek michal.simek@xilinx.com
drivers/clk/clk_zynqmp.c | 673 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 526 insertions(+), 147 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Where is soc_clk_dump() called from?
cmd/clk.c:19: return soc_clk_dump();
M