Re: [PATCH v6 1/2] clk: zynq: Add clock wizard driver

2021-06-16 Thread Michal Simek
On 6/11/21 5:10 PM, Zhengxun wrote: > The Clocking Wizard IP supports clock circuits customized > to your clocking requirements. The wizard support for > dynamically reconfiguring the clocking primitives for > Multiply, Divide, Phase Shift/Offset, or Duty Cycle. > > Limited by U-Boot clk uclass

Re: [PATCH v6 1/2] clk: zynq: Add clock wizard driver

2021-06-11 Thread Sean Anderson
On 6/11/21 11:10 AM, Zhengxun wrote: The Clocking Wizard IP supports clock circuits customized to your clocking requirements. The wizard support for dynamically reconfiguring the clocking primitives for Multiply, Divide, Phase Shift/Offset, or Duty Cycle. Limited by U-Boot clk uclass without

[PATCH v6 1/2] clk: zynq: Add clock wizard driver

2021-06-11 Thread Zhengxun
The Clocking Wizard IP supports clock circuits customized to your clocking requirements. The wizard support for dynamically reconfiguring the clocking primitives for Multiply, Divide, Phase Shift/Offset, or Duty Cycle. Limited by U-Boot clk uclass without set_phase API, this patch only provides se