]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv8/ls2085a: Fix generic timer clock source
authorYork Sun <yorksun@freescale.com>
Sat, 21 Mar 2015 02:28:08 +0000 (19:28 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:09 +0000 (22:31 +0200)
commitb95497b2240ba9ebd1837c5e6f5c1d90021671ed
tree361e9c63843b0769d42552fbb31d1ccc2c3442fa
parent3a7ba93837f78d2e2bb59f0490cc03b04e412a0b
armv8/ls2085a: Fix generic timer clock source

The timer clock is system clock divided by 4, not fixed 12MHz.
This is common to the SoC, not board specific. Primary core is
fixed when u-boot still runs in board_f. Secondary cores are
fixed by reading a variable set by u-boot.

Signed-off-by: York Sun <yorksun@freescale.com>
CC: Mark Rutland <mark.rutland@arm.com>
README
arch/arm/cpu/armv8/fsl-lsch3/cpu.c
arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S
arch/arm/cpu/armv8/fsl-lsch3/mp.c
arch/arm/cpu/armv8/fsl-lsch3/mp.h
board/freescale/ls2085a/ls2085a.c
include/configs/ls2085a_common.h