From 6e94623a24e2047941ac37fecb7fa8548c37dee4 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 13 Oct 2022 00:31:59 +0200 Subject: 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 Change-Id: Idb00a65adcf2059d7432a8df08654bb0ba965e24 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68314 Reviewed-by: Matt DeVillier Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/amd/padmelon/devicetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd') 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 -- cgit v1.2.3