ec/google/chromeec: Define ACPI_NOTIFY_CROS_EC_MKBP constant
[coreboot2.git] / src / soc / intel / denverton_ns / spi.c
blob27ad5aedcff99967cf2fdef9ea9b08c902f2c4d8
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <intelblocks/spi.h>
4 #include <soc/pci_devs.h>
6 int spi_soc_devfn_to_bus(unsigned int devfn)
8 /* Denverton doesn't have GSPI controllers, only Fast SPI */
10 if (devfn == PCH_DEVFN_SPI)
11 return 0;
12 else
13 return -1;