RE: [PATCH V5 3/5] arm64: dts: imx8mm: Add system counter node

From: Anson Huang
Date: Mon Jul 22 2019 - 22:29:22 EST


Hi, Shawn

> On Wed, Jul 10, 2019 at 02:30:54PM +0800, Anson.Huang@xxxxxxx wrote:
> > From: Anson Huang <Anson.Huang@xxxxxxx>
> >
> > Add i.MX8MM system counter node to enable timer-imx-sysctr broadcast
> > timer driver.
> >
> > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
>
> Do I need to wait for patch #1 landing before I apply #3 ~ #5, or can they be
> applied independently (no breaking on anything)?

Without #1, system can bootup, but the system counter's freq will be incorrect,
although it does NOT impact normal function. So I think it is better to wait for
#1 landing. @daniel.lezcano@xxxxxxxxxx, can you help review the #1 patch, since
I use a different way to fix the clock issue which is more simple.

Anson