[U-Boot] [PATCH 1/3] clk: zynqmp: Add support for CCF driver
Simon Glass
sjg at chromium.org
Mon Jul 31 14:45:21 UTC 2017
Hi Michal,
On 20 July 2017 at 03:03, Michal Simek <michal.simek at xilinx.com> wrote:
> From: Siva Durga Prasad Paladugu <siva.durga.paladugu at 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 at xilinx.com>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> drivers/clk/clk_zynqmp.c | 673 ++++++++++++++++++++++++++++++++++++-----------
> 1 file changed, 526 insertions(+), 147 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Where is soc_clk_dump() called from?
More information about the U-Boot
mailing list