mb/lenovo/t400: Fix R500 override tree
`chip` entries always need a device node below them to actually get hooked up. Change-Id: Ie84694f586351ce327c8df9338e96377825ad7c7 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57468 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f41a246dcf
commit
e82075cfbc
|
@ -20,6 +20,7 @@ chip northbridge/intel/gm45
|
||||||
device pci 1f.0 on # LPC bridge
|
device pci 1f.0 on # LPC bridge
|
||||||
subsystemid 0x17aa 0x20f5
|
subsystemid 0x17aa 0x20f5
|
||||||
chip ec/lenovo/h8
|
chip ec/lenovo/h8
|
||||||
|
device pnp ff.2 on end # dummy
|
||||||
register "config1" = "0x05"
|
register "config1" = "0x05"
|
||||||
register "config3" = "0x40"
|
register "config3" = "0x40"
|
||||||
register "event6_enable" = "0x87"
|
register "event6_enable" = "0x87"
|
||||||
|
|
Loading…
Reference in New Issue