aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorReka Norman <rekanorman@chromium.org>2022-07-07 15:55:56 +1000
committerFelix Held <felix-coreboot@felixheld.de>2022-07-08 15:30:47 +0000
commitbb1a0e82d7923d93ad296f95f33269a56a01fb1f (patch)
treec744257af9363b3b24c6c177e82383b20f2eb0d8 /src/soc
parent71139b2048cc9d80e20985111a1e736ee986d50c (diff)
soc/intel/apollolake: Fix incorrect GPE number
BUG=None TEST=None Signed-off-by: Reka Norman <rekanorman@chromium.org> Change-Id: I2eb6e94e5d87bb19b11e27461e2b5bdaee9d59bd Reviewed-on: https://review.coreboot.org/c/coreboot/+/65691 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/apollolake/include/soc/gpe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/include/soc/gpe.h b/src/soc/intel/apollolake/include/soc/gpe.h
index 8d9bf8a4c8..b9d343a2a1 100644
--- a/src/soc/intel/apollolake/include/soc/gpe.h
+++ b/src/soc/intel/apollolake/include/soc/gpe.h
@@ -29,7 +29,7 @@
#define GPE0_DW1_00 32
#define GPE0_DW1_01 33
#define GPE0_DW1_02 34
-#define GPE0_DW1_03 36
+#define GPE0_DW1_03 35
#define GPE0_DW1_04 36
#define GPE0_DW1_05 37
#define GPE0_DW1_06 38