diff options
author | Subrata Banik <subratabanik@google.com> | 2024-09-02 16:40:33 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-09-04 03:43:12 +0000 |
commit | 500b335b10ba671558b9851087626abbbcf556b7 (patch) | |
tree | 7044e68cb248a188b47256f5665153f6690b0085 /src/soc/intel/jasperlake | |
parent | 17888bf4de9bda3d38d4dd18b747cc82bbdd995a (diff) |
soc/intel: Remove unused `GPIO_IRQ_xxx` definitions
This patch removes the GPIO_IRQ_START and GPIO_IRQ_END definitions
from itss.h for Alder Lake, Cannon Lake, Elkhart Lake, Jasper Lake,
Meteor Lake and Tiger Lake. These definitions are no longer needed.
TEST=Able to build and boot google/xol and google/karis.
Change-Id: I60a08ba2c894fd1c1af6c6aef3ddc4a33ec63e76
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84182
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r-- | src/soc/intel/jasperlake/include/soc/itss.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/jasperlake/include/soc/itss.h b/src/soc/intel/jasperlake/include/soc/itss.h index c088865396..ba1a1c2bde 100644 --- a/src/soc/intel/jasperlake/include/soc/itss.h +++ b/src/soc/intel/jasperlake/include/soc/itss.h @@ -3,9 +3,6 @@ #ifndef SOC_INTEL_JSL_ITSS_H #define SOC_INTEL_JSL_ITSS_H -#define GPIO_IRQ_START 50 -#define GPIO_IRQ_END ITSS_MAX_IRQ - #define ITSS_MAX_IRQ 119 #define IRQS_PER_IPC 32 #define NUM_IPC_REGS ((ITSS_MAX_IRQ + IRQS_PER_IPC - 1)/IRQS_PER_IPC) |