soc/intel/tigerlake: Add SPI_DMI_DESTINATION_ID for PCH-H

Change-Id: I9a316b91b31166831f23eaf9e271a7d67ac4ccff
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56952
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Jeremy Soller 2021-08-12 10:49:58 -06:00 committed by Felix Held
parent 86d8ac7a5f
commit cc43ec8b1a
1 changed files with 4 additions and 0 deletions

View File

@ -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