diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2021-11-21 17:43:55 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-23 16:55:38 +0000 |
commit | 8ebea127634c59192597a12b8f8c4262f08cf3e7 (patch) | |
tree | 9e0c609a28c5312e68655c8cb93374496169ebc1 /src/mainboard | |
parent | aa133e42ba09ae1e89cab69fe95f0110281f7120 (diff) |
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>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/dell/optiplex_9010/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/dell/optiplex_9010/devicetree.cb b/src/mainboard/dell/optiplex_9010/devicetree.cb index ec585b9f80..fd950811a4 100644 --- a/src/mainboard/dell/optiplex_9010/devicetree.cb +++ b/src/mainboard/dell/optiplex_9010/devicetree.cb @@ -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" |