summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/elkhartlake/include
diff options
context:
space:
mode:
authorLean Sheng Tan <lean.sheng.tan@intel.com>2021-06-08 21:35:37 -0700
committerWerner Zeh <werner.zeh@siemens.com>2021-06-10 09:53:39 +0000
commitb89832ac6ababcccb1dc6658c40dd72c840ad544 (patch)
treee50ab030548e6649d987fe7a43109818e10d7aeb /src/soc/intel/elkhartlake/include
parent79fcadb3c46bab00c3d819bcf5c1937ccd9a05b0 (diff)
downloadcoreboot-b89832ac6ababcccb1dc6658c40dd72c840ad544.tar.gz
coreboot-b89832ac6ababcccb1dc6658c40dd72c840ad544.tar.bz2
coreboot-b89832ac6ababcccb1dc6658c40dd72c840ad544.zip
soc/intel/elkhartlake: Fix gpio_soc_defs.h variable typo
Fix GPIO_COM2_END from GPIO_RSVD_2 to GPIO_RSVD_12. Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com> Change-Id: I670f4bec8f141da73428010371754746a455df25 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55334 Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/elkhartlake/include')
-rw-r--r--src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h b/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h
index 5d66170f17bf..33fcb6bfb737 100644
--- a/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h
+++ b/src/soc/intel/elkhartlake/include/soc/gpio_soc_defs.h
@@ -256,7 +256,7 @@
#define GPIO_RSVD_12 196
#define GPIO_COM2_START GPD0
-#define GPIO_COM2_END GPIO_RSVD_2
+#define GPIO_COM2_END GPIO_RSVD_12
#define NUM_GPIO_COM2_PADS (GPIO_COM2_END - GPIO_COM2_START + 1)
/* Group S */