]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARMv8/LS2085A: Adjust system clock and DDR clock
authorYork Sun <yorksun@freescale.com>
Tue, 6 Jan 2015 21:18:54 +0000 (13:18 -0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:58 +0000 (13:53 +0200)
Set system clock to 100MHz and DDR clock to 133MHz.

Signed-off-by: York Sun <yorksun@freescale.com>
include/configs/ls2085a_common.h

index d543682dd418952fd4219eb41851501040b135c6..33d6708713961fc53f4eb00ea94e771adac2d14b 100644 (file)
 /* Physical Memory Map */
 /* fixme: these need to be checked against the board */
 #define CONFIG_CHIP_SELECTS_PER_CTRL   4
-#define CONFIG_SYS_CLK_FREQ    133333333
+#define CONFIG_SYS_CLK_FREQ    100000000
+#define CONFIG_DDR_CLK_FREQ    133333333
 
 
 #define CONFIG_NR_DRAM_BANKS           3