Re: [PATCH v6 7/9] hw/misc/zynq_slcr: add clock generation for uarts

2019-12-04 Thread Damien Hedde
On 12/2/19 4:20 PM, Peter Maydell wrote: > On Wed, 4 Sep 2019 at 13:56, Damien Hedde wrote: >> >> Switch the slcr to multi-phase reset and add some clocks: >> + the main input clock (ps_clk) >> + the reference clock outputs for each uart (uart0 & 1) >> >> The clock frequencies are computed

Re: [PATCH v6 7/9] hw/misc/zynq_slcr: add clock generation for uarts

2019-12-02 Thread Peter Maydell
On Wed, 4 Sep 2019 at 13:56, Damien Hedde wrote: > > Switch the slcr to multi-phase reset and add some clocks: > + the main input clock (ps_clk) > + the reference clock outputs for each uart (uart0 & 1) > > The clock frequencies are computed using the internal pll & uart configuration > registers

[Qemu-devel] [PATCH v6 7/9] hw/misc/zynq_slcr: add clock generation for uarts

2019-09-04 Thread Damien Hedde
Switch the slcr to multi-phase reset and add some clocks: + the main input clock (ps_clk) + the reference clock outputs for each uart (uart0 & 1) The clock frequencies are computed using the internal pll & uart configuration registers and the ps_clk frequency. Signed-off-by: Damien Hedde ---

[Qemu-devel] [PATCH v6 7/9] hw/misc/zynq_slcr: add clock generation for uarts

2019-09-04 Thread damien . hedde
From: Damien Hedde Switch the slcr to multi-phase reset and add some clocks: + the main input clock (ps_clk) + the reference clock outputs for each uart (uart0 & 1) The clock frequencies are computed using the internal pll & uart configuration registers and the ps_clk frequency. Signed-off-by: