Commit 1879c45c authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

AT91: dm9000 initialization update



Add information in dm9000 mac/phy chip initialization:
- irq resource details
- platform data details

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent ab64511c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -93,11 +93,12 @@ static struct resource dm9000_resource[] = {
		.start	= AT91_PIN_PC11,
		.end	= AT91_PIN_PC11,
		.flags	= IORESOURCE_IRQ
			| IORESOURCE_IRQ_LOWEDGE | IORESOURCE_IRQ_HIGHEDGE,
	}
};

static struct dm9000_plat_data dm9000_platdata = {
	.flags		= DM9000_PLATF_16BITONLY,
	.flags		= DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
};

static struct platform_device dm9000_device = {