From 29491496d8d60b3ab8c9026791089e07d9629942 Mon Sep 17 00:00:00 2001 From: Kevin Keijzer Date: Wed, 22 Mar 2023 08:05:01 +0100 Subject: [PATCH] mb/asrock/b75m-itx: Move subsystemid from NIC to PCIe root port 4 As a follow-up to commit 1a591d0c4460 (mb/asrock/b75m-itx: Make NIC a child device below PCIe port 4), this change corrects the subsystemid being incorrectly applied to the Realtek NIC instead of the PCIe root port. Change-Id: Ib6fb8bf808132c008846d8ca9acde0eef277765c Signed-off-by: Kevin Keijzer Reviewed-on: https://review.coreboot.org/c/coreboot/+/73930 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Angel Pons --- src/mainboard/asrock/b75m-itx/devicetree.cb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mainboard/asrock/b75m-itx/devicetree.cb b/src/mainboard/asrock/b75m-itx/devicetree.cb index 062a5122f9..5f45ffe621 100644 --- a/src/mainboard/asrock/b75m-itx/devicetree.cb +++ b/src/mainboard/asrock/b75m-itx/devicetree.cb @@ -49,9 +49,8 @@ chip northbridge/intel/sandybridge device pci 1c.1 off end # PCIe Port #2 device pci 1c.2 off end # PCIe Port #3 device pci 1c.3 on # PCIe Port #4, Realtek PCIe GbE Controller - device pci 00.0 on # PCI 10ec:8168 - subsystemid 0x1849 0x1e16 - end + subsystemid 0x1849 0x1e16 + device pci 00.0 on end # PCI 10ec:8168 end device pci 1c.4 off end # PCIe Port #5 device pci 1c.5 on # PCIe Port #6