From: Bin Meng Date: Thu, 24 May 2018 10:05:59 +0000 (-0700) Subject: x86: baytrail: Correct the comment of IACORE_VIDS bit ranges X-Git-Tag: v2018.07-rc2~52^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=341dda352dce7eeaae27db6695d05e3cc1a91dc7;p=u-boot x86: baytrail: Correct the comment of IACORE_VIDS bit ranges The guaranteed vid bit ranges in IACORE_VIDS MSR is actually [22:16]. This corrects the comment for it. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/arch/x86/cpu/baytrail/cpu.c b/arch/x86/cpu/baytrail/cpu.c index 29baf087aa..56e98131d7 100644 --- a/arch/x86/cpu/baytrail/cpu.c +++ b/arch/x86/cpu/baytrail/cpu.c @@ -80,7 +80,7 @@ static void set_max_freq(void) perf_ctl.lo = (msr.lo & 0x3f0000) >> 8; /* - * Set guaranteed vid [21:16] from IACORE_VIDS to bits [7:0] of + * Set guaranteed vid [22:16] from IACORE_VIDS to bits [7:0] of * the PERF_CTL */ msr = msr_read(MSR_IACORE_VIDS);