Skip to content

Commit

Permalink
walkin' on the path of stability (higher voltage values due to instab…
Browse files Browse the repository at this point in the history
…ilities on the latest builds)
  • Loading branch information
manveru0 committed Dec 12, 2011
1 parent 636adcb commit 99775dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions FeaCore_config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.35.7
# Mon Dec 12 01:37:16 2011
# Mon Dec 12 01:56:58 2011
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
Expand Down Expand Up @@ -387,6 +387,7 @@ CONFIG_SCORPION_Uni_45nm_BUG=y
# CONFIG_MSM_DIRECT_SCLK_ACCESS is not set
CONFIG_MSM_GPIOMUX=y
# CONFIG_MSM_BUS_SCALING is not set
# CONFIG_MSM_SLEEP_STATS is not set
CONFIG_MSM_STANDALONE_POWER_COLLAPSE=y
# CONFIG_MSM_GSBI9_UART is not set

Expand Down Expand Up @@ -517,7 +518,9 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SMARTASS2=y
# CONFIG_CPU_IDLE is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_CPU_FREQ_MSM=y

#
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-msm/acpuclock-7x30.c
Expand Up @@ -134,8 +134,8 @@ static struct clkctl_acpu_speed acpu_freq_tbl[] = {
{ 1497600, PLL_2, 3, 0, 192000000, 1225, VDD_RAW(1225) },
{ 1516800, PLL_2, 3, 0, 192000000, 1250, VDD_RAW(1250) },
{ 1612800, PLL_2, 3, 0, 192000000, 1275, VDD_RAW(1275) },
{ 1708800, PLL_2, 3, 0, 192000000, 1300, VDD_RAW(1300) },
{ 1804800, PLL_2, 3, 0, 192000000, 1325, VDD_RAW(1325) },
{ 1708800, PLL_2, 3, 0, 192000000, 1325, VDD_RAW(1325) },
{ 1804800, PLL_2, 3, 0, 192000000, 1350, VDD_RAW(1350) },
{ 0 }
};

Expand Down

0 comments on commit 99775dc

Please sign in to comment.