diff options
author | Kevin Keijzer <kevin@quietlife.nl> | 2023-03-22 08:05:01 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-23 21:16:09 +0000 |
commit | 29491496d8d60b3ab8c9026791089e07d9629942 (patch) | |
tree | 978245acf7e65fb585b4674c6bff01e3ebd94243 /src/mainboard/asrock | |
parent | 081a433a37d75be6a120f633240da3e78eb87be3 (diff) |
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 <kevin@quietlife.nl>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73930
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r-- | src/mainboard/asrock/b75m-itx/devicetree.cb | 5 |
1 files 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 |