
29 May
2013
29 May
'13
3:04 p.m.
On Wed, May 29, 2013 at 04:32:42PM +0530, Lokesh Vutla wrote:
From: Sricharan R r.sricharan@ti.com
The sys_clk on the dra evm board is 20MHZ. Changing the configuration for the same.
Signed-off-by: Sricharan R r.sricharan@ti.com
include/configs/dra7xx_evm.h | 4 ++++ include/configs/omap5_common.h | 1 - include/configs/omap5_uevm.h | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-)
OK, lets start fixing some of this madness while we're in here. V_OSCK (setting aside am335x) is only used for V_SCLK. V_SCLK is only used for TIMER_CLOCK in arch/arm/cpu/armv7/omap-common/timer.c. We need to move this value (or value pair) into <asm/arch/clock.h> and rename omap*/clocks.h to clock.h (it's the outlier vs the rest of ARM).
--
Tom