diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-10-13 00:31:59 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-13 23:57:31 +0000 |
commit | 6e94623a24e2047941ac37fecb7fa8548c37dee4 (patch) | |
tree | c1933f45f0fa60d288633db44b05905cfb1fbb8a | |
parent | f2812dfe535d6c9d31f14a7092d15274ec960ead (diff) |
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>
-rw-r--r-- | src/mainboard/amd/padmelon/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/padmelon/devicetree.cb b/src/mainboard/amd/padmelon/devicetree.cb index 76e7d08948..ffac527705 100644 --- a/src/mainboard/amd/padmelon/devicetree.cb +++ b/src/mainboard/amd/padmelon/devicetree.cb @@ -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 |