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

Commit 657bb918 authored by Valentin Yakovenkov's avatar Valentin Yakovenkov Committed by Mike Frysinger
Browse files

Blackfin: bf561-acvilon: fix NAND resources



The NAND platform driver expects the registers to have a "mem"
resource type rather than "io".

Signed-off-by: default avatarValentin Yakovenkov <yakovenkov@gmail.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent bf80caf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ static struct platform_nand_data bfin_plat_nand_data = {
static struct resource bfin_plat_nand_resources = {
	.start = 0x24000000,
	.end = 0x24000000 + (1 << MAX(BFIN_NAND_PLAT_CLE, BFIN_NAND_PLAT_ALE)),
	.flags = IORESOURCE_IO,
	.flags = IORESOURCE_MEM,
};

static struct platform_device bfin_async_nand_device = {