Re: [U-Boot] [PATCH 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-08 Thread Lokesh Vutla
Hi Vaibhav, On Friday 08 November 2013 02:31 AM, Vaibhav Bedia wrote: > Hi Lokesh, > > On Thu, Nov 7, 2013 at 8:43 AM, Lokesh Vutla wrote: >> Hi Vaibhav, >> On Wednesday 06 November 2013 06:10 PM, Vaibhav Bedia wrote: >>> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote: Selecting the Ma

Re: [U-Boot] [PATCH 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-07 Thread Vaibhav Bedia
Hi Lokesh, On Thu, Nov 7, 2013 at 8:43 AM, Lokesh Vutla wrote: > Hi Vaibhav, > On Wednesday 06 November 2013 06:10 PM, Vaibhav Bedia wrote: >> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote: >>> Selecting the Master osc clk as Timer2 clock source. >> >> I obviously missed the first round of

Re: [U-Boot] [PATCH 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-07 Thread Lokesh Vutla
Hi Vaibhav, On Wednesday 06 November 2013 06:10 PM, Vaibhav Bedia wrote: > On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote: >> Selecting the Master osc clk as Timer2 clock source. > > I obviously missed the first round of patches for AM43xx here. Why is > timer2 being used here? Don't we use

Re: [U-Boot] [PATCH 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote: > Selecting the Master osc clk as Timer2 clock source. I obviously missed the first round of patches for AM43xx here. Why is timer2 being used here? Don't we use the synctimer and timer1 in the kernel? Regards, Vaibhav

[U-Boot] [PATCH 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-04 Thread Lokesh Vutla
Selecting the Master osc clk as Timer2 clock source. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/am33xx/clock_am43xx.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/cpu/armv7/am33xx/clock_am43xx.c b/arch/arm/cpu/armv7/am33xx/clock_am43xx.c index c4890f2..22963b7 100