aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/spi.c')
-rw-r--r--src/soc/intel/alderlake/spi.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/spi.c b/src/soc/intel/alderlake/spi.c
index 2940de1c12..b02f2a20fd 100644
--- a/src/soc/intel/alderlake/spi.c
+++ b/src/soc/intel/alderlake/spi.c
@@ -6,8 +6,10 @@
* Chapter number: 7
*/
+#include <intelblocks/fast_spi.h>
#include <intelblocks/spi.h>
#include <soc/pci_devs.h>
+#include <soc/pcr_ids.h>
int spi_soc_devfn_to_bus(unsigned int devfn)
{
@@ -25,3 +27,8 @@ int spi_soc_devfn_to_bus(unsigned int devfn)
}
return -1;
}
+
+uint32_t soc_get_spi_dmi_destination_id(void)
+{
+ return SPI_DMI_DESTINATION_ID;
+}