diff options
author | Nicola Corna <nicola@corna.info> | 2017-04-02 09:57:48 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-13 21:38:16 +0200 |
commit | 5ad939679f40f77d7a8dec8541ab71143b4f8267 (patch) | |
tree | aaddbbe326e1625a144c78238987b21607464efc /src/mainboard/sapphire | |
parent | 415949ac5054fda4c9cf6252b658b5f24770b626 (diff) |
mainboard/sapphire/pureplatinumh61: Enable EuP and PME
With EuP and PME enabled the USB power turns off during S5.
Change-Id: I8b9fd7bb308f544401f90f8aa5ffaec61251b2b3
Signed-off-by: Nicola Corna <nicola@corna.info>
Reviewed-on: https://review.coreboot.org/19073
Tested-by: build bot (Jenkins)
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/sapphire')
-rw-r--r-- | src/mainboard/sapphire/pureplatinumh61/devicetree.cb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/sapphire/pureplatinumh61/devicetree.cb b/src/mainboard/sapphire/pureplatinumh61/devicetree.cb index a44e19d700..710004f3b5 100644 --- a/src/mainboard/sapphire/pureplatinumh61/devicetree.cb +++ b/src/mainboard/sapphire/pureplatinumh61/devicetree.cb @@ -135,7 +135,8 @@ chip northbridge/intel/sandybridge io 0x60 = 0xa00 end device pnp 4e.8 off end # CIR - device pnp 4e.a off # PME, ACPI, EUP + device pnp 4e.a on # PME, ACPI, EUP + irq 0xe0 = 0x90 irq 0xf8 = 0x00 irq 0xf9 = 0x09 irq 0xfa = 0x00 |