From 348639c4603852f70c161aa58b986e1a7e37962e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 15:54:32 +0200 Subject: mb/asus/p8h61-m_lx3_r2_0: List all PCH PCIe RPs in devicetree Done to preserve reproducibility when switching to overridetrees. The H61 PCH only supports 6 PCIe root ports anyway. Change-Id: I926d62dda512e435d44c0646083c7722427dc80b Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/54386 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb b/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb index 62dbb378c2..1ae77ad2b0 100644 --- a/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb +++ b/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb @@ -37,6 +37,8 @@ chip northbridge/intel/sandybridge device pci 1c.3 on end # RP #4: PCIEX1_1 device pci 1c.4 on end # RP #5: PCIEX1_2 device pci 1c.5 on end # RP #6: RTL8111 GbE NIC + device pci 1c.6 off end # RP #7 + device pci 1c.7 off end # RP #8 device pci 1d.0 on end # USB2 EHCI #1 device pci 1e.0 off end # PCI bridge -- cgit v1.2.3