Hi, Shawn > -----Original Message----- > From: Shawn Guo <[email protected]> > Sent: Monday, June 24, 2019 10:22 AM > To: Anson Huang <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > Leonard Crestez <[email protected]>; Aisheng Dong > <[email protected]>; Jacky Bai <[email protected]>; Daniel Baluta > <[email protected]>; Peng Fan <[email protected]>; Abel Vesa > <[email protected]>; [email protected]; linux- > [email protected]; [email protected]; linux- > [email protected]; dl-linux-imx <[email protected]> > Subject: Re: [PATCH 1/4] arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC > platforms > > On Fri, Jun 21, 2019 at 03:07:17PM +0800, [email protected] wrote: > > From: Anson Huang <[email protected]> > > > > ARCH_MXC platforms needs system counter as broadcast timer to support > > cpuidle, enable it by default. > > > > Signed-off-by: Anson Huang <[email protected]> > > --- > > arch/arm64/Kconfig.platforms | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/Kconfig.platforms > > b/arch/arm64/Kconfig.platforms index 4778c77..f5e623f 100644 > > --- a/arch/arm64/Kconfig.platforms > > +++ b/arch/arm64/Kconfig.platforms > > @@ -173,6 +173,7 @@ config ARCH_MXC > > select PM > > select PM_GENERIC_DOMAINS > > select SOC_BUS > > + select TIMER_IMX_SYS_CTR > > Where is that driver?
The driver is drivers/clocksource/timer-imx-sysctr.c, similar function as GPT. Thanks, Anson > > Shawn > > > help > > This enables support for the ARMv8 based SoCs in the > > NXP i.MX family. > > -- > > 2.7.4 > >

