mb/dell/optiplex_9010/devicetree.cb: Enable missing GPEs
Enable PCI_EXP_EN, PME_EN and PME_B0_EN GPEs used for PCI devices. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I4480921a294f35a0dfe1e5acd90d55f6fb4c85b4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59526 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
aa133e42ba
commit
8ebea12763
|
@ -20,7 +20,7 @@ chip northbridge/intel/sandybridge
|
|||
device pci 06.0 off end # PEG2
|
||||
|
||||
chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
|
||||
register "gpe0_en" = "0x00000146"
|
||||
register "gpe0_en" = "0x00002a46"
|
||||
register "alt_gp_smi_en" = "0x0004"
|
||||
register "gpi2_routing" = "1"
|
||||
register "gpi12_routing" = "2"
|
||||
|
|
Loading…
Reference in New Issue