soc/intel: Drop unused `GPIO_NUM_GROUPS` macro
This macro is unused and its value is often wrong. Drop it. Change-Id: Id3cfaa4d2eef49eddc02833efbe14e0c5c816263 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51662 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4c3851afbf
commit
f479c85227
|
@ -25,7 +25,6 @@
|
|||
#define GROUP_JTAG 0xE
|
||||
#define GROUP_HVMOS 0xF
|
||||
|
||||
#define GPIO_NUM_GROUPS 15
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
|
||||
/*
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#define GPP_K 0x9
|
||||
#define GPP_I 0xA
|
||||
#define GPP_J 0xB
|
||||
#define GPIO_NUM_GROUPS 12
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
|
||||
/*
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define GPP_GPD 0xA
|
||||
#define GPP_E 0xD
|
||||
|
||||
#define GPIO_NUM_GROUPS 12
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
#define SD_PWR_EN_PIN GPP_H1
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#define GPP_C 0xA
|
||||
#define GPP_E 0xB
|
||||
|
||||
#define GPIO_NUM_GROUPS 11
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
|
||||
/*
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#define GPP_GPD 0xA
|
||||
#define GPP_E 0xD
|
||||
|
||||
#define GPIO_NUM_GROUPS 12
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
#define SD_PWR_EN_PIN GPP_H1
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#define GPP_H 7
|
||||
#define GPP_I 8
|
||||
#define GPD 9
|
||||
#define GPIO_NUM_GROUPS 10
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
|
||||
#define GPIO_DWx_COUNT 2 /* DW0 and DW1 */
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#define GPP_F 5
|
||||
#define GPP_G 6
|
||||
#define GPD 7
|
||||
#define GPIO_NUM_GROUPS 8
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
|
||||
#define GPIO_DWx_COUNT 2 /* DW0 and DW1 */
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#define COMM_2 5
|
||||
#define GPD 0xC
|
||||
|
||||
#define GPIO_NUM_GROUPS 13
|
||||
#define GPIO_MAX_NUM_PER_GROUP 24
|
||||
|
||||
/* Group A */
|
||||
|
|
Loading…
Reference in New Issue