summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t430s
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2021-09-07 16:21:18 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-08 18:50:47 +0000
commit25c8b4a4c45ce22cb21879dd140b67f908053ba7 (patch)
treed81b0ee5fc0cc09be3a807c07a5be8c70b628945 /src/mainboard/lenovo/t430s
parente82075cfbce64905afded2b4b6b50691c3f648e1 (diff)
downloadcoreboot-25c8b4a4c45ce22cb21879dd140b67f908053ba7.tar.gz
coreboot-25c8b4a4c45ce22cb21879dd140b67f908053ba7.tar.bz2
coreboot-25c8b4a4c45ce22cb21879dd140b67f908053ba7.zip
mb/lenovo/t430s: Fix override trees
`chip` entries always need a device node below them to actually get hooked up. Change-Id: I244cd5d91af9413b338de0e8ee2480d9744ea077 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57469 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t430s')
-rw-r--r--src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb1
-rw-r--r--src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb b/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb
index abbe4a8ce1c7..4250665e2caa 100644
--- a/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb
+++ b/src/mainboard/lenovo/t430s/variants/t430s/overridetree.cb
@@ -6,6 +6,7 @@ chip northbridge/intel/sandybridge
device pci 1c.4 on end # PCIe Port #5 Thunderbolt controller
device pci 1f.0 on
chip ec/lenovo/h8
+ device pnp ff.2 on end # dummy
register "has_bdc_detection" = "1"
register "bdc_gpio_num" = "54"
register "bdc_gpio_lvl" = "0"
diff --git a/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb b/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb
index 41bef2f70e22..fcd137f9f7b9 100644
--- a/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb
+++ b/src/mainboard/lenovo/t430s/variants/t431s/overridetree.cb
@@ -33,6 +33,7 @@ chip northbridge/intel/sandybridge
device pci 1c.2 off end # PCIe Port #3
device pci 1f.0 on
chip ec/lenovo/h8
+ device pnp ff.2 on end # dummy
register "config0" = "0xa6"
register "config1" = "0x09"
register "config3" = "0xc0"