Re: [U-Boot] [PATCH v2 2/2] mx35 timer: Switch to 32-kHz source

2012-08-22 Thread Stefano Babic
On 21/08/2012 23:07, Benoît Thébaudeau wrote: > Switch the mx35 timer driver to the 32-kHz clock source to avoid calling > mxc_get_clock() again and again, and to be consistent with the timer drivers > of > other i.MX SoCs. > > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic > --- > Change

[U-Boot] [PATCH v2 2/2] mx35 timer: Switch to 32-kHz source

2012-08-21 Thread Benoît Thébaudeau
Switch the mx35 timer driver to the 32-kHz clock source to avoid calling mxc_get_clock() again and again, and to be consistent with the timer drivers of other i.MX SoCs. Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic --- Changes for v2: - Fix multiline comment style. - Use default SoC inpu