Re: [PATCH v2 14/17] hw/misc: Support NPCM8XX CLK Module Registers

2025-02-04 Thread Peter Maydell
On Thu, 26 Dec 2024 at 08:28, Hao Wu wrote: > > NPCM8XX adds a few new registers and have a different set of reset > values to the CLK modules. This patch supports them. > > This patch doesn't support the new clock values generated by these > registers. Currently no modules use these new clock val

[PATCH v2 14/17] hw/misc: Support NPCM8XX CLK Module Registers

2024-12-26 Thread Hao Wu
NPCM8XX adds a few new registers and have a different set of reset values to the CLK modules. This patch supports them. This patch doesn't support the new clock values generated by these registers. Currently no modules use these new clock values so they are not necessary at this point. Implementat