[U-Boot] [PATCH 1/3] clk: zynqmp: Add support for CCF driver

Michal Simek michal.simek at xilinx.com
Tue Aug 1 13:31:21 UTC 2017


On 31.7.2017 16:45, Simon Glass wrote:
> 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?
> 

cmd/clk.c:19:   return soc_clk_dump();

M


More information about the U-Boot mailing list