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>
diff --git a/src/soc/intel/meteorlake/chip.c b/src/soc/intel/meteorlake/chip.c
index 79a2452..954c32b 100644
--- a/src/soc/intel/meteorlake/chip.c
+++ b/src/soc/intel/meteorlake/chip.c
@@ -83,6 +83,7 @@
 	case PCI_DEVFN_TBT3:		return "TRP3";
 	case PCI_DEVFN_IPU:		return "IPU0";
 	case PCI_DEVFN_ISH:		return "ISHB";
+	case PCI_DEVFN_GNA:		return "GNA";
 	case PCI_DEVFN_XHCI:	return "XHCI";
 	case PCI_DEVFN_I2C0:	return "I2C0";
 	case PCI_DEVFN_I2C1:	return "I2C1";