From 809e70410197967aff1efe4531d695fb28d92d3f Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 20 Dec 2024 09:29:56 +0530 Subject: [PATCH] soc/intel/pantherlake: Rename GSPI2 to GSPI0A Rename GSPI2 to GSPI0A to align with the latest Intel documentation and platform specifications (doc: 815002) BUG=b:377595986 TEST=Able to see 0x12.6 device is visible using `lspci`. Change-Id: I9b87d38e44c07a053104b53df38ee1ce14a86c7f Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/85685 Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N Reviewed-by: YH Lin --- src/soc/intel/pantherlake/chipset.cb | 2 +- src/soc/intel/pantherlake/include/soc/serialio.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/intel/pantherlake/chipset.cb b/src/soc/intel/pantherlake/chipset.cb index 67e0785f8a..0f7967b184 100644 --- a/src/soc/intel/pantherlake/chipset.cb +++ b/src/soc/intel/pantherlake/chipset.cb @@ -90,7 +90,7 @@ chip soc/intel/pantherlake device pci 10.1 alias thc1 off end device pci 12.0 alias ish off end device pci 12.1 alias p2sb2 hidden end - device pci 12.6 alias gspi2 off end + device pci 12.6 alias gspi0a off end device pci 13.0 alias heci_1 off end device pci 13.1 alias heci_2 off end device pci 13.2 alias heci_3 off end diff --git a/src/soc/intel/pantherlake/include/soc/serialio.h b/src/soc/intel/pantherlake/include/soc/serialio.h index def55654bf..1c1500182b 100644 --- a/src/soc/intel/pantherlake/include/soc/serialio.h +++ b/src/soc/intel/pantherlake/include/soc/serialio.h @@ -23,7 +23,7 @@ enum { enum { PchSerialIoIndexGSPI0, PchSerialIoIndexGSPI1, - PchSerialIoIndexGSPI2, + PchSerialIoIndexGSPI0A, }; enum {