From: Chad Goodman Date: Tue, 11 Dec 2012 08:19:17 +0000 (-0800) Subject: FSB: set FSB to 667 for 1.72GHz L2/MEM X-Git-Url: https://projects.ziggy471.com/git/gitweb.cgi?p=ziggy471-sgs3-jb.git;a=commitdiff;h=ca326998ca48a808467765343488a52412ab96a8 FSB: set FSB to 667 for 1.72GHz L2/MEM Signed-off-by: Ziggy --- --- a/arch/arm/mach-msm/acpuclock-8960.c +++ b/arch/arm/mach-msm/acpuclock-8960.c @@ -36,9 +36,6 @@ #include #include "acpuclock.h" -#if defined(CONFIG_SEC_DEBUG_DCVS_LOG) || defined(CONFIG_SEC_L1_DCACHE_PANIC_CHK) -#include -#endif #include "pm.h" /* @@ -398,6 +395,7 @@ static struct msm_bus_paths bw_level_tbl [8] = BW_MBPS(4532), /* At least 566 MHz on bus. */ [9] = BW_MBPS(4624), /* At least 578 MHz on bus. */ [10] = BW_MBPS(4800), /* At least 600 MHz on bus. */ + [11] = BW_MBPS(5336), /* At least 667 MHz on bus. */ }; static struct msm_bus_scale_pdata bus_client_pdata = { @@ -483,10 +481,10 @@ static struct l2_level l2_freq_tbl_8960_ [17] = { { 1242000, HFPLL, 1, 0, 0x2E }, 1150000, 1150000, 7 }, //533mhz fsb [18] = { { 1296000, HFPLL, 1, 0, 0x30 }, 1150000, 1150000, 7 }, //533mhz fsb [19] = { { 1350000, HFPLL, 1, 0, 0x31 }, 1150000, 1150000, 7 }, //533mhz fsb - [20] = { { 1458000, HFPLL, 1, 0, 0x32 }, 1150000, 1150000, 8 }, //533mhz fsb - [21] = { { 1512000, HFPLL, 1, 0, 0x33 }, 1150000, 1150000, 8 }, //566mhz fsb - [22] = { { 1674000, HFPLL, 1, 0, 0x34 }, 1150000, 1150000, 9 }, //578mhz fsb - [23] = { { 1728000, HFPLL, 1, 0, 0x35 }, 1150000, 1150000, 10 }, //600mhz fsb + [20] = { { 1458000, HFPLL, 1, 0, 0x32 }, 1150000, 1150000, 8 }, //566mhz fsb + [21] = { { 1512000, HFPLL, 1, 0, 0x33 }, 1150000, 1150000, 9 }, //578mhz fsb + [22] = { { 1674000, HFPLL, 1, 0, 0x34 }, 1150000, 1150000, 10 }, //600mhz fsb + [23] = { { 1728000, HFPLL, 1, 0, 0x35 }, 1150000, 1150000, 11 }, //6667mhz fsb }; static struct acpu_level acpu_freq_tbl_8960_kraitv2_slow[] = { @@ -1172,10 +1170,6 @@ static int acpuclk_8960_set_rate(int cpu pr_debug("Switching from ACPU%d rate %u KHz -> %u KHz\n", cpu, strt_acpu_s->khz, tgt_acpu_s->khz); -#ifdef CONFIG_SEC_DEBUG_DCVS_LOG - sec_debug_dcvs_log(cpu, strt_acpu_s->khz, tgt_acpu_s->khz); -#endif - /* Set the CPU speed. */ set_speed(&scalable[cpu], tgt_acpu_s, reason);