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>
This commit is contained in:
parent
79fcadb3c4
commit
b89832ac6a
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue