[U-Boot] [PATCH 07/12] ARM: DRA7xx: Correct the SYS_CLK to 20MHZ
Tom Rini
trini at ti.com
Wed May 29 15:04:32 CEST 2013
On Wed, May 29, 2013 at 04:32:42PM +0530, Lokesh Vutla wrote:
> From: Sricharan R <r.sricharan at 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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130529/ce914972/attachment.pgp>
More information about the U-Boot
mailing list