mb/amd/padmelon/devicetree: fix PCIe port device numbers
Enable the correct PCIe root ports in the devicetree so that the configuration matches the PCIe port descriptors in src/mainboard/amd/padmelon/bootblock/OemCustomize.c. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Idb00a65adcf2059d7432a8df08654bb0ba965e24 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68314 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f2812dfe53
commit
6e94623a24
|
@ -14,9 +14,9 @@ chip soc/amd/stoneyridge
|
|||
device pci 1.0 on end # Internal Graphics P2P bridge 0x9874
|
||||
device pci 1.1 on end # Internal Multimedia
|
||||
device pci 2.0 on end # PCIe Host Bridge
|
||||
device pci 2.1 on end # mini PCIe slot x1
|
||||
device pci 2.3 on end # LAN RTL8111F
|
||||
device pci 2.2 on end # mini PCIe slot x1
|
||||
device pci 2.4 on end # LAN RTL8111F
|
||||
device pci 2.5 on end # LAN RTL8111F
|
||||
device pci 3.0 on end # GFX host bridge
|
||||
device pci 8.0 on end # PSP
|
||||
device pci 9.0 on end # HDA
|
||||
|
|
Loading…
Reference in New Issue