summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-09-02 16:40:33 +0530
committerSubrata Banik <subratabanik@google.com>2024-09-04 03:43:12 +0000
commit500b335b10ba671558b9851087626abbbcf556b7 (patch)
tree7044e68cb248a188b47256f5665153f6690b0085 /src/soc/intel/tigerlake
parent17888bf4de9bda3d38d4dd18b747cc82bbdd995a (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/tigerlake')
-rw-r--r--src/soc/intel/tigerlake/include/soc/itss.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/tigerlake/include/soc/itss.h b/src/soc/intel/tigerlake/include/soc/itss.h
index 20abbeead9..0291dc8a57 100644
--- a/src/soc/intel/tigerlake/include/soc/itss.h
+++ b/src/soc/intel/tigerlake/include/soc/itss.h
@@ -3,9 +3,6 @@
#ifndef SOC_INTEL_TGL_ITSS_H
#define SOC_INTEL_TGL_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)