From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iain Paton Date: Fri, 27 Mar 2015 00:12:31 +0000 Subject: [U-Boot] [PATCH 3/3] sunxi: a10-LIME set the cpu clock at boot to 912MHz In-Reply-To: 5514A013.7040300@gmail.com Message-ID: <5514A06F.4090709@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de following kernel patches to reduce the cpu clock to 912MHz due to reported instability at 1008MHz, select 912MHz as the boot speed for the a10-lime Signed-off-by: Iain Paton --- configs/A10-OLinuXino-Lime_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/A10-OLinuXino-Lime_defconfig b/configs/A10-OLinuXino-Lime_defconfig index 48a0705..d017e36 100644 --- a/configs/A10-OLinuXino-Lime_defconfig +++ b/configs/A10-OLinuXino-Lime_defconfig @@ -7,3 +7,4 @@ CONFIG_MACH_SUN4I=y CONFIG_DRAM_CLK=480 CONFIG_DRAM_ZQ=123 CONFIG_DRAM_EMR1=4 +CONFIG_CLK_FULL_SPEED=912000000 -- 2.1.3