From 252009eab283ac32320be8f699de0887bd82a5c9 Mon Sep 17 00:00:00 2001 From: cym Date: Wed, 22 Aug 2012 16:11:12 +0800 Subject: [PATCH] rk3066:fix early suspend DDR frequency from 100Mhz to 120Mhz --- arch/arm/mach-rk30/ddr_freq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rk30/ddr_freq.c b/arch/arm/mach-rk30/ddr_freq.c index c81af12621eb..5a3eef8f02b1 100644 --- a/arch/arm/mach-rk30/ddr_freq.c +++ b/arch/arm/mach-rk30/ddr_freq.c @@ -101,7 +101,7 @@ static void ddr_early_suspend(struct early_suspend *h) //Enable auto self refresh 0x01*32 DDR clk cycle ddr_set_auto_self_refresh(true); - value = _ddr_change_freq(100); + value = _ddr_change_freq(120); ddr_print("init success!!! freq=%dMHz\n", value); -- 2.34.1