Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
defconfig: set min cpu freq to 192Mhz
Change-Id: Ia4da2ee0ae33f19eb468cb010c3348c65597f0dd
  • Loading branch information
jcsullins authored and nizovn committed Sep 3, 2016
commit c31ea94119b5353ed77969fb93725330f69e40a9
2 changes: 1 addition & 1 deletion arch/arm/configs/cyanogenmod_tenderloin_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ CONFIG_MSM_MPDEC=y
# CONFIG_MSM_MPDEC_INPUTBOOST_CPUMIN is not set
CONFIG_MSM_CPU_FREQ_SET_MIN_MAX=y
CONFIG_MSM_CPU_FREQ_MAX=1512000
CONFIG_MSM_CPU_FREQ_MIN=384000
CONFIG_MSM_CPU_FREQ_MIN=192000
CONFIG_MSM_FORCE_MAX_CPU_TABLE=y
# CONFIG_MSM_AVS_HW is not set
# CONFIG_MSM_HW3D is not set
Expand Down