aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t530
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2021-09-07 16:24:51 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-08 18:51:19 +0000
commiteb7d91bf89f4691e859cbfdb036136361c9d05f6 (patch)
treeef90d4942a67a9fb180877d8dc522eef6408fb0a /src/mainboard/lenovo/t530
parentc5575f8eeffea836395ff0fa47cab1f6d0304810 (diff)
mb/lenovo/t530: Fix override trees
`chip` entries always need a device node below them to actually get hooked up. Change-Id: I91c98f66951de5301f72754a24a92168862820a2 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57471 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t530')
-rw-r--r--src/mainboard/lenovo/t530/variants/t530/overridetree.cb1
-rw-r--r--src/mainboard/lenovo/t530/variants/w530/overridetree.cb1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t530/variants/t530/overridetree.cb b/src/mainboard/lenovo/t530/variants/t530/overridetree.cb
index e48a702839..78f7b9b34c 100644
--- a/src/mainboard/lenovo/t530/variants/t530/overridetree.cb
+++ b/src/mainboard/lenovo/t530/variants/t530/overridetree.cb
@@ -3,6 +3,7 @@ chip northbridge/intel/sandybridge
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
device pci 1f.0 on # PCI-LPC bridge
chip ec/lenovo/h8
+ device pnp ff.2 on end # dummy
register "has_wwan_detection" = "1"
register "wwan_gpio_num" = "70"
register "wwan_gpio_lvl" = "0"
diff --git a/src/mainboard/lenovo/t530/variants/w530/overridetree.cb b/src/mainboard/lenovo/t530/variants/w530/overridetree.cb
index fc5b31e04b..115bc1f12a 100644
--- a/src/mainboard/lenovo/t530/variants/w530/overridetree.cb
+++ b/src/mainboard/lenovo/t530/variants/w530/overridetree.cb
@@ -14,6 +14,7 @@ chip northbridge/intel/sandybridge
end
device pci 1f.0 on # PCI-LPC bridge
chip ec/lenovo/h8
+ device pnp ff.2 on end # dummy
register "config1" = "0x01"
register "config3" = "0xe2"
end