MSM-GOV-DCS: Allow for a delay for cpu1 to become ready
/drivers/cpufreq/Kconfig
blob:eef3a57aca0a15099d70ae1fb6960decd3b8f2ed -> blob:aaef68da7aaf53d8b02f24c52e27ee30701ac597
--- drivers/cpufreq/Kconfig
+++ drivers/cpufreq/Kconfig
@@ -37,6 +37,15 @@ config CPU_FREQ_MIN_VDD_SC
depends on CPU_FREQ
default 850000
+config CPU_FREQ_MSM_DCVS_CPU1_DELAY
+ int "Delay prior to initializing dcvs for cpu1 (ms)"
+ depends on CPU_FREQ
+ default 1000
+ help
+ The MSM-DCVS governor sometimes does not register
+ the second cpu, cpu1, correctly. This delay gives
+ cpu1 additional time to become ready prior to registering
+
config CPU_FREQ_TABLE
tristate