Skip to content
Snippets Groups Projects
Commit 064d031c authored by York Sun's avatar York Sun
Browse files

ARMv8/LS2085A: Adjust system clock and DDR clock


Set system clock to 100MHz and DDR clock to 133MHz.

Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
parent 27f277fe
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,8 @@ ...@@ -249,7 +249,8 @@
/* Physical Memory Map */ /* Physical Memory Map */
/* fixme: these need to be checked against the board */ /* fixme: these need to be checked against the board */
#define CONFIG_CHIP_SELECTS_PER_CTRL 4 #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 #define CONFIG_NR_DRAM_BANKS 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment