Commit d2ffcb3e authored by Federico Vaga's avatar Federico Vaga

sw:drv: reorder IRQ lines

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 19b15b77
......@@ -43,10 +43,10 @@ enum spec_fpga_mem_offsets {
};
enum spec_fpga_irq_lines {
SPEC_FPGA_IRQ_DMA_DONE = 0,
SPEC_FPGA_IRQ_DMA_ERROR,
SPEC_FPGA_IRQ_FMC_I2C,
SPEC_FPGA_IRQ_FMC_I2C = 0,
SPEC_FPGA_IRQ_SPI,
SPEC_FPGA_IRQ_DMA_DONE,
SPEC_FPGA_IRQ_DMA_ERROR,
};
enum spec_fpga_csr_offsets {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment