Re: [PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-10-01 Thread Moritz Fischer
On Thu, Oct 01, 2020 at 08:18:59AM +0300, Alexandru Ardelean wrote: > On Wed, Sep 30, 2020 at 8:16 PM Moritz Fischer wrote: > > > > On Wed, Sep 30, 2020 at 08:22:23AM +0300, Alexandru Ardelean wrote: > > > On Tue, Sep 29, 2020 at 6:30 PM Moritz Fischer wrote: > > > > > > > > Hi Alexandru, > > >

Re: [PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-10-01 Thread Alexandru Ardelean
On Thu, Oct 1, 2020 at 8:18 AM Alexandru Ardelean wrote: > > On Wed, Sep 30, 2020 at 8:16 PM Moritz Fischer wrote: > > > > On Wed, Sep 30, 2020 at 08:22:23AM +0300, Alexandru Ardelean wrote: > > > On Tue, Sep 29, 2020 at 6:30 PM Moritz Fischer wrote: > > > > > > > > Hi Alexandru, > > > > > > >

Re: [PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-09-30 Thread Alexandru Ardelean
On Wed, Sep 30, 2020 at 8:16 PM Moritz Fischer wrote: > > On Wed, Sep 30, 2020 at 08:22:23AM +0300, Alexandru Ardelean wrote: > > On Tue, Sep 29, 2020 at 6:30 PM Moritz Fischer wrote: > > > > > > Hi Alexandru, > > > > > > On Tue, Sep 29, 2020 at 05:44:15PM +0300, Alexandru Ardelean wrote: > > >

Re: [PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-09-30 Thread Moritz Fischer
On Wed, Sep 30, 2020 at 08:22:23AM +0300, Alexandru Ardelean wrote: > On Tue, Sep 29, 2020 at 6:30 PM Moritz Fischer wrote: > > > > Hi Alexandru, > > > > On Tue, Sep 29, 2020 at 05:44:15PM +0300, Alexandru Ardelean wrote: > > > From: Mathias Tausen > > > > > > Since axi-clkgen is now supported

Re: [PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-09-29 Thread Alexandru Ardelean
On Tue, Sep 29, 2020 at 6:30 PM Moritz Fischer wrote: > > Hi Alexandru, > > On Tue, Sep 29, 2020 at 05:44:15PM +0300, Alexandru Ardelean wrote: > > From: Mathias Tausen > > > > Since axi-clkgen is now supported on ZYNQMP, make sure the max/min > > frequencies of the PFD and VCO are respected. >

Re: [PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-09-29 Thread Moritz Fischer
Hi Alexandru, On Tue, Sep 29, 2020 at 05:44:15PM +0300, Alexandru Ardelean wrote: > From: Mathias Tausen > > Since axi-clkgen is now supported on ZYNQMP, make sure the max/min > frequencies of the PFD and VCO are respected. > > Signed-off-by: Mathias Tausen > Signed-off-by: Alexandru Ardelean

[PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-09-29 Thread Alexandru Ardelean
From: Mathias Tausen Since axi-clkgen is now supported on ZYNQMP, make sure the max/min frequencies of the PFD and VCO are respected. Signed-off-by: Mathias Tausen Signed-off-by: Alexandru Ardelean --- drivers/clk/clk-axi-clkgen.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH v4 5/7] clk: axi-clkgen: Respect ZYNQMP PFD/VCO frequency limits

2020-09-29 Thread Alexandru Ardelean
From: Mathias Tausen Since axi-clkgen is now supported on ZYNQMP, make sure the max/min frequencies of the PFD and VCO are respected. Signed-off-by: Mathias Tausen Signed-off-by: Alexandru Ardelean --- drivers/clk/clk-axi-clkgen.c | 9 + 1 file changed, 9 insertions(+) diff --git