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

2021-06-10 Thread Sean Anderson
On 6/10/21 6:44 AM, Zhengxun Li wrote: > Hi, > > Sean Anderson 於 2021年6月4日 週五 下午2:22寫道: >> >> >> >> On 6/4/21 1:05 PM, Zhengxun wrote: >>> The Clocking Wizard IP supports clock circuits customized >>> to your clocking requirements. The wizard support for >>> dynamically reconfiguring the clock

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

2021-06-09 Thread Zhengxun Li
Hi, Sean Anderson 於 2021年6月4日 週五 下午2:22寫道: > > > > On 6/4/21 1:05 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

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

2021-06-04 Thread Sean Anderson
On 6/4/21 1:05 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 without se

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

2021-06-04 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