diff options
author | Leifu Zhao <leifu.zhao@intel.com> | 2019-10-21 14:04:29 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-10-23 21:23:56 +0000 |
commit | 2feafc63ea277f722b96742ebcee183e7f85f3dc (patch) | |
tree | c632c6d2c982b1bd0994d25b1eb2f793bbbbb2d6 | |
parent | 5a11fee99739db6905984f7609dfeb37b6fe79c8 (diff) | |
download | chrome-ec-2feafc63ea277f722b96742ebcee183e7f85f3dc.tar.gz |
ish: cleanup unused irq defines for ish 5.0
During code review for tgl rvp enablement, found some hpet timer
related unused irq defines, so cleanup them.
BUG=b:141519691
BRANCH=none
TEST=successfully compile for arcada
Signed-off-by: Leifu Zhao <leifu.zhao@intel.com>
Change-Id: Ieb6872d6633be8c5e9f38a4642f874db4201403e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1871247
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: Jett Rink <jettrink@chromium.org>
Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Tested-by: Jack Rosenthal <jrosenth@chromium.org>
Auto-Submit: Leifu Zhao <leifu.zhao@intel.corp-partner.google.com>
-rw-r--r-- | chip/ish/registers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chip/ish/registers.h b/chip/ish/registers.h index 8f989fc647..f9c4f1a272 100644 --- a/chip/ish/registers.h +++ b/chip/ish/registers.h @@ -55,9 +55,7 @@ enum ish_i2c_port { #define ISH_I2C2_IRQ 40 #define ISH_WDT_IRQ 6 #define ISH_GPIO_IRQ 7 -#define ISH_HPET_TIMER0_IRQ 55 #define ISH_HPET_TIMER1_IRQ 8 -#define ISH_HPET_TIMER2_IRQ 11 #define ISH_IPC_HOST2ISH_IRQ 12 #define ISH_PMU_WAKEUP_IRQ 18 #define ISH_D3_RISE_IRQ 19 @@ -104,9 +102,7 @@ enum ish_i2c_port { #define ISH_I2C2_VEC IRQ_TO_VEC(ISH_I2C2_IRQ) #define ISH_WDT_VEC IRQ_TO_VEC(ISH_WDT_IRQ) #define ISH_GPIO_VEC IRQ_TO_VEC(ISH_GPIO_IRQ) -#define ISH_HPET_TIMER0_VEC IRQ_TO_VEC(ISH_HPET_TIMER0_IRQ) #define ISH_HPET_TIMER1_VEC IRQ_TO_VEC(ISH_HPET_TIMER1_IRQ) -#define ISH_HPET_TIMER2_VEC IRQ_TO_VEC(ISH_HPET_TIMER2_IRQ) #define ISH_IPC_ISH2HOST_CLR_VEC IRQ_TO_VEC(ISH_IPC_ISH2HOST_CLR_IRQ) #define ISH_UART0_VEC IRQ_TO_VEC(ISH_UART0_IRQ) #define ISH_UART1_VEC IRQ_TO_VEC(ISH_UART1_IRQ) |