From 4bf74a81d5bb848184c3b608fc987a5d527e7104 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 21 Jun 2021 14:02:17 -0600 Subject: [PATCH] soc/intel/tigerlake: Add PCH-H SPI_DMI_DESTINATION_ID Change-Id: I9a316b91b31166831f23eaf9e271a7d67ac4ccff --- src/soc/intel/tigerlake/include/soc/pcr_ids.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/intel/tigerlake/include/soc/pcr_ids.h b/src/soc/intel/tigerlake/include/soc/pcr_ids.h index 2748cdbb92..10c3a7cf0c 100644 --- a/src/soc/intel/tigerlake/include/soc/pcr_ids.h +++ b/src/soc/intel/tigerlake/include/soc/pcr_ids.h @@ -35,6 +35,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