Kevin Keijzer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/73930 )
Change subject: mb/asrock/b75m-itx: Move subsystemid from NIC to root PCIe port 4 ......................................................................
mb/asrock/b75m-itx: Move subsystemid from NIC to root PCIe 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 root PCIe port.
Change-Id: Ib6fb8bf808132c008846d8ca9acde0eef277765c Signed-off-by: Kevin Keijzer kevin@quietlife.nl --- M src/mainboard/asrock/b75m-itx/devicetree.cb 1 file changed, 17 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/73930/1
diff --git a/src/mainboard/asrock/b75m-itx/devicetree.cb b/src/mainboard/asrock/b75m-itx/devicetree.cb index 062a512..8c9adb1 100644 --- a/src/mainboard/asrock/b75m-itx/devicetree.cb +++ b/src/mainboard/asrock/b75m-itx/devicetree.cb @@ -49,9 +49,8 @@ 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