1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ar71xx] add parallel flash driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16353 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-06-06 08:41:47 +00:00
parent 35cd7b3053
commit 8fe43eefaf
9 changed files with 361 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ static struct mtd_partition ap83_flash_partitions[] = {
};
#endif /* CONFIG_MTD_PARTITIONS */
static struct physmap_flash_data ap83_flash_data = {
static struct ar91xx_flash_platform_data ap83_flash_data = {
.width = 2,
#ifdef CONFIG_MTD_PARTITIONS
.parts = ap83_flash_partitions,
@@ -85,7 +85,7 @@ static struct resource ap83_flash_resources[] = {
};
static struct platform_device ap83_flash_device = {
.name = "physmap-flash",
.name = "ar91xx-flash",
.id = -1,
.resource = ap83_flash_resources,
.num_resources = ARRAY_SIZE(ap83_flash_resources),