Skip to content

Commit b990264

Browse files
committed
Merge tag 'thermal-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull thermal control fix from Rafael Wysocki: "Fix the definition of one of the Tiger Lake MMIO registers in the int340x thermal driver (Sumeet Pawnikar)" * tag 'thermal-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL
2 parents 9e65da1 + f872f73 commit b990264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/intel/int340x_thermal/processor_thermal_rfim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static const char * const fivr_strings[] = {
2929
};
3030

3131
static const struct mmio_reg tgl_fivr_mmio_regs[] = {
32-
{ 0, 0x5A18, 3, 0x7, 12}, /* vco_ref_code_lo */
32+
{ 0, 0x5A18, 3, 0x7, 11}, /* vco_ref_code_lo */
3333
{ 0, 0x5A18, 8, 0xFF, 16}, /* vco_ref_code_hi */
3434
{ 0, 0x5A08, 8, 0xFF, 0}, /* spread_spectrum_pct */
3535
{ 0, 0x5A08, 1, 0x1, 8}, /* spread_spectrum_clk_enable */

0 commit comments

Comments
 (0)