projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f277f
)
ARMv8/LS2085A: Adjust system clock and DDR clock
author
York Sun
<yorksun@freescale.com>
Tue, 6 Jan 2015 21:18:54 +0000
(13:18 -0800)
committer
York Sun
<yorksun@freescale.com>
Tue, 24 Feb 2015 21:09:36 +0000
(13:09 -0800)
Set system clock to 100MHz and DDR clock to 133MHz.
Signed-off-by: York Sun <yorksun@freescale.com>
include/configs/ls2085a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2085a_common.h
b/include/configs/ls2085a_common.h
index 55e7307cbc284396dbbeae745130c14a8938ca9c..387f90470584f2c63a5c4fc5d5a2015f400f3391 100644
(file)
--- a/
include/configs/ls2085a_common.h
+++ b/
include/configs/ls2085a_common.h
@@
-249,7
+249,8
@@
/* 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