Skip to content

Commit 3e50b6e

Browse files
xpardee-creategregkh
authored andcommitted
platform/x86:intel/pmc: Update Arrow Lake telemetry GUID
[ Upstream commit 644ab3b ] Update ARL_PMT_DMU_GUID value. Arrow Lake PMT DMU GUID has been updated after it was add to the driver. This updates ensures that the die C6 value is available in the debug filesystem. Bugzilla Link: https://bugzilla.kernel.org/show_bug.cgi?id=220421 Fixes: 83f168a ("platform/x86/intel/pmc: Add Arrow Lake S support to intel_pmc_core driver") Tested-by: Mark Pearson <mpearson-lenovo@squebb.ca> Signed-off-by: Xi Pardee <xi.pardee@linux.intel.com> Link: https://patch.msgid.link/20251014214548.629023-2-xi.pardee@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent cee2021 commit 3e50b6e

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/intel/pmc

1 file changed

+1
-1
lines changed

drivers/platform/x86/intel/pmc/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ enum ppfear_regs {
277277
/* Die C6 from PUNIT telemetry */
278278
#define MTL_PMT_DMU_DIE_C6_OFFSET 15
279279
#define MTL_PMT_DMU_GUID 0x1A067102
280-
#define ARL_PMT_DMU_GUID 0x1A06A000
280+
#define ARL_PMT_DMU_GUID 0x1A06A102
281281

282282
#define LNL_PMC_MMIO_REG_LEN 0x2708
283283
#define LNL_PMC_LTR_OSSE 0x1B88

0 commit comments

Comments
 (0)