Move VMIN setting for acpuclock to Kconfig
/arch/arm/mach-msm/acpuclock-8960.c
blob:48d183b7a7dd6962e0830e4de9804bcfffb3245f -> blob:973135f9cb3a1c8b7c490a8d5fbe28ce1def0407
--- arch/arm/mach-msm/acpuclock-8960.c
+++ arch/arm/mach-msm/acpuclock-8960.c
@@ -1290,8 +1290,8 @@ static const int krait_needs_vmin(void)
static void kraitv2_apply_vmin(struct acpu_level *tbl)
{
for (; tbl->speed.khz != 0; tbl++)
- if (tbl->vdd_core < 1150000)
- tbl->vdd_core = 1150000;
+ if (tbl->vdd_core < CONFIG_MSM_VMIN)
+ tbl->vdd_core = CONFIG_MSM_VMIN;
}
#ifdef CONFIG_SEC_L1_DCACHE_PANIC_CHK