summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/jasperlake/chip.c
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-08-31 10:06:00 -0500
committerMartin L Roth <gaumless@gmail.com>2023-09-01 21:26:47 +0000
commitecf2b42e73d955737f9af7adf2bfcf9bcf29f41f (patch)
tree376bfad54a18d00022b08d8a2c8aa7492785699f /src/soc/intel/jasperlake/chip.c
parentbed01d794f0b94f2a3cf4c1a3a45f7536b05d288 (diff)
downloadcoreboot-ecf2b42e73d955737f9af7adf2bfcf9bcf29f41f.tar.gz
coreboot-ecf2b42e73d955737f9af7adf2bfcf9bcf29f41f.tar.bz2
coreboot-ecf2b42e73d955737f9af7adf2bfcf9bcf29f41f.zip
soc/intel/{adl,jsl,mtl,tgl}: Add ACPI name for GNA device
Add SA_DEV_SLOT_GNA definition to SoCs missing it, so the name resolves properly. TEST=tested with rest of patch train Change-Id: I31c8b14e5083fc8e212a4e32330125fa72696c73 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Signed-off-by: CoolStar <coolstarorganization@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77576 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/soc/intel/jasperlake/chip.c')
-rw-r--r--src/soc/intel/jasperlake/chip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/chip.c b/src/soc/intel/jasperlake/chip.c
index 567dccb6c98d..8cf982a5e3de 100644
--- a/src/soc/intel/jasperlake/chip.c
+++ b/src/soc/intel/jasperlake/chip.c
@@ -67,6 +67,7 @@ const char *soc_acpi_name(const struct device *dev)
case SA_DEVFN_ROOT: return "MCHC";
case SA_DEVFN_IPU: return "IPU0";
case PCH_DEVFN_ISH: return "ISHB";
+ case SA_DEVFN_GNA: return "GNA";
case PCH_DEVFN_XHCI: return "XHCI";
case PCH_DEVFN_I2C0: return "I2C0";
case PCH_DEVFN_I2C1: return "I2C1";