drivers: gpio: dw: handle flags differences in driver
Towards cleaning up (and hopefully removing dts_fixup.h in the near future). We need to move the handling of different names for the irq flag propety into the driver and out of dts_fixup.h. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
4b19273329
commit
78ae42d86b
5 changed files with 25 additions and 25 deletions
|
@ -29,8 +29,6 @@
|
|||
|
||||
#define DT_INST_0_SNPS_DESIGNWARE_SPI_IRQ_FLAGS 0
|
||||
|
||||
#define DT_INST_0_SNPS_DESIGNWARE_GPIO_IRQ_0_FLAGS 0
|
||||
|
||||
#define DT_PINMUX_BASE_ADDR \
|
||||
DT_INTEL_S1000_PINMUX_81C30_BASE_ADDRESS
|
||||
#define DT_PINMUX_CTRL_REG_COUNT \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue