summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/tigerlake/include/soc/pcr_ids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/tigerlake/include/soc/pcr_ids.h b/src/soc/intel/tigerlake/include/soc/pcr_ids.h
index 899a117253..be5f1fb26b 100644
--- a/src/soc/intel/tigerlake/include/soc/pcr_ids.h
+++ b/src/soc/intel/tigerlake/include/soc/pcr_ids.h
@@ -42,6 +42,10 @@
/*
* SPI - DMI Destination ID
*/
+#if CONFIG(SOC_INTEL_TIGERLAKE_PCH_H)
+#define SPI_DMI_DESTINATION_ID 0x23b0
+#else
#define SPI_DMI_DESTINATION_ID 0x23a8
+#endif
#endif