aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/acpi
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2016-01-18 20:06:46 -0800
committerDuncan Laurie <dlaurie@google.com>2016-01-21 02:25:30 +0100
commit576b7c72647216329e28a2e56807544a94d09851 (patch)
treeaf9dd6b640b23c479ec72373940ce0d39c652ade /src/soc/intel/broadwell/acpi
parentb0a2d3c298d2b06c8d1d52fe540c932e358cc59e (diff)
broadwell: gpio.asl: Make GWAK method serialized
This method creates named objects and must be serialized to prevent a warning from IASL. Tested by compiling purism/librem13 which includes this ASL. Change-Id: Ic043ea479e681d2180421fcf8e0583b62e6fcd71 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/13045 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/broadwell/acpi')
-rw-r--r--src/soc/intel/broadwell/acpi/gpio.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/acpi/gpio.asl b/src/soc/intel/broadwell/acpi/gpio.asl
index 4a5ee9f224..bf55c9b512 100644
--- a/src/soc/intel/broadwell/acpi/gpio.asl
+++ b/src/soc/intel/broadwell/acpi/gpio.asl
@@ -69,7 +69,7 @@ Device (GPIO)
// GWAK: Setup GPIO as ACPI GPE for Wake
// Arg0: GPIO Number
- Method (GWAK, 1, NotSerialized)
+ Method (GWAK, 1, Serialized)
{
// Local0 = GPIO Base Address
Store (And (GPBS, Not(0x1)), Local0)