Browse Source

qcacmn: Update Interrupt name list

Update Interrupt name list of dummy_irq handler.

Change-Id: I8e79f6e64a0fec2bb72d4c44cd8647669cbb44cf
Sathyanarayanan Esakkiappan 6 years ago
parent
commit
29c8fd48da
2 changed files with 2 additions and 4 deletions
  1. 1 1
      hif/inc/hif.h
  2. 1 3
      hif/src/snoc/if_ahb.c

+ 1 - 1
hif/inc/hif.h

@@ -71,7 +71,7 @@ typedef void *hif_handle_t;
  * defining irq nubers that can be used by external modules like datapath
  */
 enum hif_ic_irq {
-	host2wbm_desc_feed = 18,
+	host2wbm_desc_feed = 16,
 	host2reo_re_injection,
 	host2reo_command,
 	host2rxdma_monitor_ring3,

+ 1 - 3
hif/src/snoc/if_ahb.c

@@ -42,7 +42,7 @@
 #endif
 
 #define HIF_IC_CE0_IRQ_OFFSET 4
-#define HIF_IC_MAX_IRQ 54
+#define HIF_IC_MAX_IRQ 52
 
 static uint8_t ic_irqnum[HIF_IC_MAX_IRQ];
 /* integrated chip irq names */
@@ -63,8 +63,6 @@ const char *ic_irqname[HIF_IC_MAX_IRQ] = {
 "ce9",
 "ce10",
 "ce11",
-"ce12",
-"ce13",
 "host2wbm-desc-feed",
 "host2reo-re-injection",
 "host2reo-command",