Re: [PATCH v2 13/17] hw/misc: Add nr_regs and cold_reset_values to NPCM CLK

2025-02-04 Thread Peter Maydell
On Thu, 26 Dec 2024 at 08:28, Hao Wu wrote: > > These 2 values are different between NPCM7XX and NPCM8XX > CLKs. So we add them to the class and assign different values > to them. > > Signed-off-by: Hao Wu > --- > hw/misc/npcm_clk.c | 17 +++-- > include/hw/misc/npcm_clk.h |

[PATCH v2 13/17] hw/misc: Add nr_regs and cold_reset_values to NPCM CLK

2024-12-26 Thread Hao Wu
These 2 values are different between NPCM7XX and NPCM8XX CLKs. So we add them to the class and assign different values to them. Signed-off-by: Hao Wu --- hw/misc/npcm_clk.c | 17 +++-- include/hw/misc/npcm_clk.h | 9 - 2 files changed, 19 insertions(+), 7 deletions(-