driver: interrupt_controller: dw: convert to DT_INST defines
Convert driver to use DT_INST_ defines. The preferred defines for drivers are DT_INST_. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
69c5aa0b32
commit
e2d71c9c77
4 changed files with 13 additions and 20 deletions
|
@ -35,16 +35,6 @@
|
|||
#define DT_CAVS_ICTL_3_IRQ_PRI DT_INTEL_CAVS_INTC_78830_IRQ_0_PRIORITY
|
||||
#define DT_CAVS_ICTL_3_IRQ_FLAGS DT_INTEL_CAVS_INTC_78830_IRQ_0_SENSE
|
||||
|
||||
#define DT_INTC_DW_0_BASE_ADDR \
|
||||
DT_SNPS_DESIGNWARE_INTC_81800_BASE_ADDRESS
|
||||
#define DT_INTC_DW_0_NAME DT_SNPS_DESIGNWARE_INTC_81800_LABEL
|
||||
#define DT_INTC_DW_0_IRQ DT_SNPS_DESIGNWARE_INTC_81800_IRQ_0
|
||||
#define DT_INTC_DW_0_IRQ_PRI \
|
||||
DT_SNPS_DESIGNWARE_INTC_81800_IRQ_0_PRIORITY
|
||||
#define DT_INTC_DW_0_IRQ_FLAGS \
|
||||
DT_SNPS_DESIGNWARE_INTC_81800_IRQ_0_SENSE
|
||||
#define DT_INTC_DW_0_NUM_IRQS DT_SNPS_DESIGNWARE_INTC_81800_NUM_IRQS
|
||||
|
||||
#define DT_INST_0_SNPS_DESIGNWARE_SPI_IRQ_FLAGS 0
|
||||
|
||||
#define DT_INST_0_SNPS_DESIGNWARE_GPIO_IRQ_0_FLAGS 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue