mb/lenovo/x230: Fix overridetrees not overriding

Any chip entry without a device node below them are silently dropped by
sconfig. Copy the same device node from the devicetree to prevent this.

Change-Id: I778f6b2d980e78142ae12ef941e7d9bd1f753057
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55540
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-06-15 19:35:03 +02:00 committed by Felix Held
parent 2b45ba089b
commit 0197edfc5d
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ chip northbridge/intel/sandybridge
device pci 1f.0 on # LPC bridge
chip ec/lenovo/h8
register "eventa_enable" = "0x01"
device pnp ff.2 on end
end
end # LPC Controller
end

View File

@ -26,6 +26,7 @@ chip northbridge/intel/sandybridge
register "evente_enable" = "0x1d"
# X230s only has BT on wlan card
register "has_bdc_detection" = "0"
device pnp ff.2 on end
end
end # LPC Controller
end