diff options
author | Nico Huber <nico.huber@secunet.com> | 2021-09-07 16:22:46 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-08 18:51:04 +0000 |
commit | c5575f8eeffea836395ff0fa47cab1f6d0304810 (patch) | |
tree | 5f7608ce8843189709c1a9a91ebad13a0b43b74d /src/mainboard/lenovo/t520 | |
parent | 25c8b4a4c45ce22cb21879dd140b67f908053ba7 (diff) |
mb/lenovo/t520: Fix T520 override tree
`chip` entries always need a device node below them to actually get
hooked up.
Change-Id: I4781d6afdcd92f21872f3059b417483107129bf4
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57470
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t520')
-rw-r--r-- | src/mainboard/lenovo/t520/variants/t520/overridetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t520/variants/t520/overridetree.cb b/src/mainboard/lenovo/t520/variants/t520/overridetree.cb index 8016d10991..cba2b7da30 100644 --- a/src/mainboard/lenovo/t520/variants/t520/overridetree.cb +++ b/src/mainboard/lenovo/t520/variants/t520/overridetree.cb @@ -4,6 +4,7 @@ chip northbridge/intel/sandybridge device pci 1e.0 off end # PCI-2-PCI bridge device pci 1f.0 on # 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" |