soc: intel_s1000_crb: fix GPIO IRQ in dts_fixup.h
The IRQ defined in DTS has already been shifted so there is no need to shift again in dts_fixup.h. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
f8cafdeb8e
commit
4c77c91f83
1 changed files with 1 additions and 7 deletions
|
@ -45,14 +45,8 @@
|
|||
DT_SNPS_DESIGNWARE_GPIO_80C00_BASE_ADDRESS
|
||||
#define DT_GPIO_DW_0_BITS \
|
||||
DT_SNPS_DESIGNWARE_GPIO_80C00_BITS
|
||||
#define DT_GPIO_INTC_IRQ \
|
||||
(DT_SNPS_DESIGNWARE_GPIO_80C00_IRQ_0 << INTR_CNTL_IRQ_NUM_SHIFT)
|
||||
#define DT_GPIO_CAVS_IRQ \
|
||||
(DT_SNPS_DESIGNWARE_INTC_81800_IRQ_0 << CAVS_IRQ_NUM_SHIFT)
|
||||
#define DT_GPIO_XTENSA_IRQ \
|
||||
(DT_INTEL_CAVS_INTC_78800_IRQ_0 << XTENSA_IRQ_NUM_SHIFT)
|
||||
#define DT_GPIO_DW_0_IRQ \
|
||||
(DT_GPIO_INTC_IRQ | DT_GPIO_CAVS_IRQ | DT_GPIO_XTENSA_IRQ)
|
||||
DT_SNPS_DESIGNWARE_GPIO_80C00_IRQ_0
|
||||
#define CONFIG_GPIO_DW_0_IRQ_PRI \
|
||||
DT_SNPS_DESIGNWARE_GPIO_80C00_IRQ_0_PRIORITY
|
||||
#define DT_GPIO_DW_0_IRQ_FLAGS 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue