Re: [U-Boot] [PATCH 06/21] imx: timer: update gpt driver for i.MX6ULL

2016-08-11 Thread Stefano Babic
On 11/08/2016 08:02, Peng Fan wrote: > The i.MX6ULL's GPT supportting taking OSC as clock source. > Add i.MX6ULL support. > > Signed-off-by: Peng Fan > Signed-off-by: Ye Li > Cc: Stefano Babic > --- > arch/arm/imx-common/timer.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) >

[U-Boot] [PATCH 06/21] imx: timer: update gpt driver for i.MX6ULL

2016-08-10 Thread Peng Fan
The i.MX6ULL's GPT supportting taking OSC as clock source. Add i.MX6ULL support. Signed-off-by: Peng Fan Signed-off-by: Ye Li Cc: Stefano Babic --- arch/arm/imx-common/timer.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm/imx-common/timer.c b/arch/arm/imx-