Commit 67cbd924 authored by Federico Vaga's avatar Federico Vaga

sw:drv: fix typo

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 663b2193
......@@ -46,13 +46,14 @@ static struct resource spec_core_fpga_fmc_i2c_res[] = {
.start = SPEC_CORE_FPGA + 0x0080,
.end = SPEC_CORE_FPGA + 0x009F,
}, {
.name = "i2c_ocores-irq",
.name = "i2c-ocores-irq",
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
.start = SPEC_CORE_FPGA_IRQ_FMC_I2C,
.end = SPEC_CORE_FPGA_IRQ_FMC_I2C,
},
};
/* Vector Interrupt Controller */
static int spec_core_fpga_vic_init(struct spec_dev *spec)
{
......
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