Re: [PATCH v2 01/20] clocksource: timer-npcm7xx: Add NPCM845 timer

From: Arnd Bergmann
Date: Wed Jun 08 2022 - 08:01:11 EST


On Wed, Jun 8, 2022 at 11:56 AM Tomer Maimon <tmaimon77@xxxxxxxxx> wrote:
>
> Add Nuvoton BMC NPCM845 timer support.
> The NPCM845 uses the same timer controller as the NPCM750.
>
> Signed-off-by: Tomer Maimon <tmaimon77@xxxxxxxxx>
> ---
> drivers/clocksource/timer-npcm7xx.c | 1 +

This one should no longer be needed if the timers are compatible with the
old ones and correctly described in the DT.

Arnd