drivers: espi: mchp_xec: convert to DT_INST defines
Convert driver to use DT_INST_ defines. The preferred defines for drivers are DT_INST_. The driver mostly used DT_INST_ defines but a few IRQ priority defines needed conversion. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
9a8831b781
commit
c68a1d427d
2 changed files with 6 additions and 10 deletions
|
@ -147,10 +147,3 @@
|
|||
DT_MICROCHIP_XEC_QMSPI_40070000_DLDH
|
||||
#define DT_SPI_XEC_QMSPI_0_DCSDA \
|
||||
DT_MICROCHIP_XEC_QMSPI_40070000_DCSDA
|
||||
|
||||
#define DT_ESPI_MCHP_XEC_0_IRQ_PRIORITY \
|
||||
DT_MICROCHIP_XEC_ESPI_400F3400_IRQ_0_PRIORITY
|
||||
#define DT_ESPI_MCHP_XEC_1_IRQ_PRIORITY \
|
||||
DT_MICROCHIP_XEC_ESPI_400F3400_IRQ_1_PRIORITY
|
||||
#define DT_ESPI_MCHP_XEC_2_IRQ_PRIORITY \
|
||||
DT_MICROCHIP_XEC_ESPI_400F3400_IRQ_2_PRIORITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue