From c5c6d44527c4ec85b86eeddb1c1f07faaaa3dbcc Mon Sep 17 00:00:00 2001 From: Klaus Goger Date: Sun, 26 Jul 2015 08:21:00 +0200 Subject: ARM: sun6i: pangolin: increase DRAM clk to 360MHz Increase the DRAM clk from 312 to 360MHz on A31 Pangolin board. Tests have shown that this clock speed is stable. Signed-off-by: Klaus Goger --- configs/Pangolin_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Pangolin_defconfig b/configs/Pangolin_defconfig index 4ef237e156..e8bdff0876 100644 --- a/configs/Pangolin_defconfig +++ b/configs/Pangolin_defconfig @@ -8,7 +8,7 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN6I=y CONFIG_DRAM_CHANNELS=1 -CONFIG_DRAM_CLK=312 +CONFIG_DRAM_CLK=360 CONFIG_DRAM_ZQ=70 CONFIG_AXP221_DCDC1_VOLT=3300 CONFIG_AXP221_ALDO1_VOLT=0 -- cgit v1.2.3