aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/meteorlake/cse_telemetry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/meteorlake/cse_telemetry.c')
-rw-r--r--src/soc/intel/meteorlake/cse_telemetry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/meteorlake/cse_telemetry.c b/src/soc/intel/meteorlake/cse_telemetry.c
index 7f5d947a28..6a599c9306 100644
--- a/src/soc/intel/meteorlake/cse_telemetry.c
+++ b/src/soc/intel/meteorlake/cse_telemetry.c
@@ -24,6 +24,6 @@ void soc_cbmem_inject_telemetry_data(s64 *ts, s64 current_time)
start_stamp + ts[PERF_DATA_CSME_HOST_BOOT_PREP_DONE]);
timestamp_add(TS_ME_RECEIVED_CRDA_FROM_PMC,
start_stamp + ts[PERF_DATA_PMC_SENT_CRDA]);
- timestamp_add(TS_ESE_DMU_LOAD_END,
- start_stamp + ts[PERF_DATA_ESE_DMU_LOAD_COMPLETED]);
+ timestamp_add(TS_ISSE_DMU_LOAD_END,
+ start_stamp + ts[PERF_DATA_ISSE_DMU_LOAD_COMPLETED]);
}