Re: [PATCH v1 02/11] hw/arm/allwinner-r40: add Clock Control Unit

2023-03-25 Thread Strahinja Jankovic
Hi, On Tue, Mar 21, 2023 at 11:25 AM wrote: > > From: qianfan Zhao > > The CCU provides the registers to program the PLLs and the controls > most of the clock generation, division, distribution, synchronization > and gating. > > This commit adds support for the Clock Control Unit which emulates

[PATCH v1 02/11] hw/arm/allwinner-r40: add Clock Control Unit

2023-03-21 Thread qianfanguijin
From: qianfan Zhao The CCU provides the registers to program the PLLs and the controls most of the clock generation, division, distribution, synchronization and gating. This commit adds support for the Clock Control Unit which emulates a simple read/write register interface. Signed-off-by: qian