[ARM] TS-78xxx NAND resource type should be IORESOURCE_MEM
authorMichael Spang <mspang@csclub.uwaterloo.ca>
Fri, 5 Nov 2010 17:14:40 +0000 (13:14 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Fri, 5 Nov 2010 17:32:08 +0000 (13:32 -0400)
The type was IORESOURCE_IO which is not what is expected by
plat_nand_probe(). This device has not worked since 2d098a72
("mtd: plat_nand: request memory resource before doing ioremap").

Signed-off-by: Michael Spang <mspang@csclub.uwaterloo.ca>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>

No differences found