soc/intel/tigerlake: Add PCH-H SPI_DMI_DESTINATION_ID

Change-Id: I9a316b91b31166831f23eaf9e271a7d67ac4ccff
This commit is contained in:
Jeremy Soller
2021-06-21 14:02:17 -06:00
committed by Tim Crawford
parent 1447784b89
commit 4bf74a81d5

View File

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