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 <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85685 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Pranava Y N <pranavayn@google.com> Reviewed-by: YH Lin <yueherngl@google.com>
This commit is contained in:
parent
222ef676f9
commit
809e704101
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ enum {
|
|||
enum {
|
||||
PchSerialIoIndexGSPI0,
|
||||
PchSerialIoIndexGSPI1,
|
||||
PchSerialIoIndexGSPI2,
|
||||
PchSerialIoIndexGSPI0A,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue