Re: [PATCH 1/6] hw/misc: Allwinner-A10 Clock Controller Module Emulation

2022-12-07 Thread Niek Linnenbank
Hi Strahinja, On Sun, Dec 4, 2022 at 12:19 AM Strahinja Jankovic < strahinjapjanko...@gmail.com> wrote: > During SPL boot several Clock Controller Module (CCM) registers are > read, most important are PLL and Tuning, as well as divisor registers. > > This patch adds these registers and initialize

[PATCH 1/6] hw/misc: Allwinner-A10 Clock Controller Module Emulation

2022-12-03 Thread Strahinja Jankovic
During SPL boot several Clock Controller Module (CCM) registers are read, most important are PLL and Tuning, as well as divisor registers. This patch adds these registers and initializes reset values from user's guide. Signed-off-by: Strahinja Jankovic --- hw/arm/Kconfig |