Re: [PATCH v2 2/4] hw/timer: Refactor NPCM7XX Timer to use CLK clock

2020-12-13 Thread Philippe Mathieu-Daudé
Hi Wu, [The list is mangling your From: ...] On 12/11/20 11:22 PM, Hao Wu via wrote: > This patch makes NPCM7XX Timer to use a the timer clock generated by the > CLK module instead of the magic nubmer TIMER_REF_HZ. Typo "number". > > Reviewed-by: Havard Skinnemoen > Reviewed-by: Tyrone Ting

[PATCH v2 2/4] hw/timer: Refactor NPCM7XX Timer to use CLK clock

2020-12-11 Thread Hao Wu via
This patch makes NPCM7XX Timer to use a the timer clock generated by the CLK module instead of the magic nubmer TIMER_REF_HZ. Reviewed-by: Havard Skinnemoen Reviewed-by: Tyrone Ting Signed-off-by: Hao Wu --- hw/arm/npcm7xx.c | 5 + hw/timer/npcm7xx_timer.c | 25 +++