Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/27121
Change subject: mb/lenovo/t400: Enable PCIe port on dock ......................................................................
mb/lenovo/t400: Enable PCIe port on dock
According to the schematics the dock PCIe port is port #5.
Change-Id: I2ad8a37988f2b6b5974ce0bdb565a7729e6dd15d Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/lenovo/t400/devicetree.cb 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/27121/1
diff --git a/src/mainboard/lenovo/t400/devicetree.cb b/src/mainboard/lenovo/t400/devicetree.cb index 0c72c86..268a79a 100644 --- a/src/mainboard/lenovo/t400/devicetree.cb +++ b/src/mainboard/lenovo/t400/devicetree.cb @@ -118,7 +118,9 @@ device pci 1c.3 on subsystemid 0x17aa 0x20f3 # Expresscard end # PCIe Port #4 - device pci 1c.4 off end # PCIe Port #5 + device pci 1c.4 on + subsystemid 0x17aa 0x20f3 # Dock + end # PCIe Port #5 device pci 1c.5 off end # PCIe Port #6 device pci 1d.0 on # UHCI subsystemid 0x17aa 0x20f0