Re: [PATCH v4 0/1] timer: imx-gpt: Add timer support for i.MX SoCs family

2021-02-14 Thread Giulio Benetti
Hi Jesse, On 2/14/21 4:55 AM, Jesse wrote: From: Jesse Taube This timer driver is using GPT Timer (General Purpose Timer) available on almost all i.MX SoCs family. Since this driver is only meant to provide u-boot's timer and counter, and most of the i.MX* SoCs use a 24Mhz crystal, let's only

[PATCH v4 0/1] timer: imx-gpt: Add timer support for i.MX SoCs family

2021-02-13 Thread Jesse
From: Jesse Taube This timer driver is using GPT Timer (General Purpose Timer) available on almost all i.MX SoCs family. Since this driver is only meant to provide u-boot's timer and counter, and most of the i.MX* SoCs use a 24Mhz crystal, let's only deal with that specific source. Jesse Taube