From eb7d91bf89f4691e859cbfdb036136361c9d05f6 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 7 Sep 2021 16:24:51 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57471 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t530/variants/t530/overridetree.cb | 1 + src/mainboard/lenovo/t530/variants/w530/overridetree.cb | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/lenovo/t530') 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 -- cgit v1.2.3