diff options
author | Bill XIE <persmule@gmail.com> | 2019-03-15 19:37:58 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-25 11:02:25 +0000 |
commit | c53e6ed62f36b8532306815b1258a337650a3d1d (patch) | |
tree | 8cf4b5d90c34e1a85bda1e832306dfdecc450afe | |
parent | 99625b0cd83871b30aca6ad7bb182326f8467673 (diff) | |
download | coreboot-c53e6ed62f36b8532306815b1258a337650a3d1d.tar.xz |
mb/asus/{p5qc,p5q_pro}: Correct mapping of PCI-E 1x ports
There are 3 PCI-E 1x ports on p5q_pro and p5qc, which correspond to
the first three functions of 1c.
Confirmed on a p5q_pro board.
Change-Id: I779400494e27bf046996512d1f772311e6e4e091
Signed-off-by: Bill XIE <persmule@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31912
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb | 8 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb b/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb index d6456099e8..6e0a40a651 100644 --- a/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb +++ b/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb @@ -51,12 +51,12 @@ chip northbridge/intel/x4x # Northbridge device pci 1a.2 on end # USB device pci 1a.7 on end # USB device pci 1b.0 on end # Audio - device pci 1c.0 on end # PCIe 1 - device pci 1c.1 off end # PCIe 2 - device pci 1c.2 off end # PCIe 3 + device pci 1c.0 on end # PCIe 1 slot 1 + device pci 1c.1 on end # PCIe 2 slot 2 + device pci 1c.2 on end # PCIe 3 slot 3 device pci 1c.3 off end # PCIe 4 device pci 1c.4 on end # PCIe 5 MARVELL IDE - device pci 1c.5 on end # PCIe 6 + device pci 1c.5 on end # PCIe 6 ethernet NIC device pci 1d.0 on end # USB device pci 1d.1 on end # USB device pci 1d.2 on end # USB diff --git a/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb b/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb index 842012452b..902dcfdcb5 100644 --- a/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb +++ b/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb @@ -51,12 +51,12 @@ chip northbridge/intel/x4x # Northbridge device pci 1a.2 on end # USB device pci 1a.7 on end # USB device pci 1b.0 on end # Audio - device pci 1c.0 on end # PCIe 1 - device pci 1c.1 off end # PCIe 2 - device pci 1c.2 off end # PCIe 3 + device pci 1c.0 on end # PCIe 1 slot 1 + device pci 1c.1 on end # PCIe 2 slot 2 + device pci 1c.2 on end # PCIe 3 slot 3 device pci 1c.3 off end # PCIe 4 device pci 1c.4 on end # PCIe 5 MARVELL IDE - device pci 1c.5 on end # PCIe 6 + device pci 1c.5 on end # PCIe 6 ethernet NIC device pci 1d.0 on end # USB device pci 1d.1 on end # USB device pci 1d.2 on end # USB |