From: York Sun Date: Tue, 6 Jan 2015 21:18:54 +0000 (-0800) Subject: ARMv8/LS2085A: Adjust system clock and DDR clock X-Git-Tag: KARO-TX6-2015-09-18~3621 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=021732b5390f3af08a2e8fb9866745ccd6bcccdf;p=karo-tx-uboot.git ARMv8/LS2085A: Adjust system clock and DDR clock Set system clock to 100MHz and DDR clock to 133MHz. Signed-off-by: York Sun --- diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index d543682dd4..33d6708713 100644 --- a/include/configs/ls2085a_common.h +++ b/include/configs/ls2085a_common.h @@ -253,7 +253,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