Re: [PATCH v2 2/6] clocksource: msc313e: Add support for ssd20xd-based platforms

From: Daniel Palmer
Date: Wed Dec 15 2021 - 07:00:39 EST


Hi Romain,

On Mon, 13 Dec 2021 at 03:19, Romain Perier <romain.perier@xxxxxxxxx> wrote:
>
> SSD20X family SoCs have an oscillator running at ~432Mhz for timer1 and
> timer2, while timer0 is running at 12Mhz.

I don't think this is technically true. I think the boot rom sets the
divider for timer0 so that it runs at ~12MHz.
I think the current change to only configure timer1 and timer2 is ok
but maybe the commit message should say that timer0 is configured to
be backwards compatible at boot.

Cheers,

Daniel