summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2021-09-07 16:40:45 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-08 18:51:50 +0000
commit886e838c438deab550a53a44c22673d98e47e0e4 (patch)
tree30f43f7185b96a29a2ec4aef4d669ebe1e33f107 /src
parent81638b546e8dfc85a437e8d2a5b72990a7ad87f7 (diff)
downloadcoreboot-886e838c438deab550a53a44c22673d98e47e0e4.tar.gz
coreboot-886e838c438deab550a53a44c22673d98e47e0e4.tar.bz2
coreboot-886e838c438deab550a53a44c22673d98e47e0e4.zip
mb/lenovo/x200: Fix X301 override tree
`chip` entries always need a device node below them to actually get hooked up. Change-Id: Ib9e6019b6f316c1b176da1592514dcdcaf8c505a Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57473 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/lenovo/x200/variants/x301/overridetree.cb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x200/variants/x301/overridetree.cb b/src/mainboard/lenovo/x200/variants/x301/overridetree.cb
index 03cb4dfe9aab..bb20362d727c 100644
--- a/src/mainboard/lenovo/x200/variants/x301/overridetree.cb
+++ b/src/mainboard/lenovo/x200/variants/x301/overridetree.cb
@@ -8,6 +8,8 @@ chip northbridge/intel/gm45
register "pcie_power_limits" = "{ { 10, 0 }, { 10, 0 }, { 10, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 } }"
# x301 has no Express Card slot.
register "pcie_hotplug_map" = "{ 0, 0, 0, 0, 0, 0, 0, 0 }"
+
+ device pci 1c.0 on end # PCIe Port #1
end
end
end