Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 769cfc0d authored by Barry Song's avatar Barry Song Committed by Mike Frysinger
Browse files

Blackfin: bf538-ezkit: add SPI IRQ resources

parent 88c28b2d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -402,6 +402,11 @@ static struct resource bfin_spi2_resource[] = {
	[1] = {
		.start = CH_SPI2,
		.end   = CH_SPI2,
		.flags = IORESOURCE_DMA,
	},
	[2] = {
		.start = IRQ_SPI2,
		.end   = IRQ_SPI2,
		.flags = IORESOURCE_IRQ,
	}
};