summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085a_common.h
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2015-01-06 13:18:54 -0800
committerYork Sun <yorksun@freescale.com>2015-02-24 13:09:36 -0800
commit064d031ca6490d9641bbe308690b1f15b1f56077 (patch)
tree615a30532ec60e12754db0b8a30d75f2f196c40a /include/configs/ls2085a_common.h
parent27f277fe33eb824308a4547d2e96bf511fb91d6b (diff)
downloadtalos-obmc-uboot-064d031ca6490d9641bbe308690b1f15b1f56077.tar.gz
talos-obmc-uboot-064d031ca6490d9641bbe308690b1f15b1f56077.zip
ARMv8/LS2085A: Adjust system clock and DDR clock
Set system clock to 100MHz and DDR clock to 133MHz. Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085a_common.h')
-rw-r--r--include/configs/ls2085a_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 55e7307cbc..387f904705 100644
--- 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
OpenPOWER on IntegriCloud