summaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-12-07 23:28:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-12-11 11:57:02 +0000
commitf3523b4f0d5fcbe50dcc2c9c84c5105952065114 (patch)
treea009c67277bfc359281b65d98857b89967302c87 /src/soc/amd/genoa
parent663c57731185dcd25436f9ba8ebf4550d6ad4ae7 (diff)
soc/amd/genoa/chipset.cb: add missing '_' in gpp_bridge_3_b
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I22b9b6781f516b96724b67d1321dd71b98e0e0e3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79410 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Diffstat (limited to 'src/soc/amd/genoa')
-rw-r--r--src/soc/amd/genoa/chipset.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/genoa/chipset.cb b/src/soc/amd/genoa/chipset.cb
index 83a708255d..739e50fe32 100644
--- a/src/soc/amd/genoa/chipset.cb
+++ b/src/soc/amd/genoa/chipset.cb
@@ -207,7 +207,7 @@ chip soc/amd/genoa
device pci 0.5 alias mp0_3 off end # PSP (MP0)
end
- device pci 07.2 alias gpp_bridge_3b off
+ device pci 07.2 alias gpp_bridge_3_b off
device pci 0.0 alias sata_3_0 off end # first SATA controller; AHCI mode
device pci 0.1 alias sata_3_1 off end # second SATA controller; AHCI mode
end